C# 클래스 fCraft.AutoRank.ConditionSet

Base class for condition sets/combinations.
상속: Condition
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
Add ( [ condition ) : void
Eval ( PlayerInfo info ) : bool
Serialize ( ) : System.Xml.Linq.XElement

보호된 메소드들

메소드 설명
ConditionSet ( ) : System
ConditionSet ( [ el ) : System
ConditionSet ( [ conditions ) : System

메소드 상세

Add() 공개 메소드

public Add ( [ condition ) : void
condition [
리턴 void

ConditionSet() 보호된 메소드

protected ConditionSet ( ) : System
리턴 System

ConditionSet() 보호된 메소드

protected ConditionSet ( [ el ) : System
el [
리턴 System

ConditionSet() 보호된 메소드

protected ConditionSet ( [ conditions ) : System
conditions [
리턴 System

Eval() 공개 메소드

public Eval ( PlayerInfo info ) : bool
info PlayerInfo
리턴 bool

Serialize() 공개 메소드

public Serialize ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement