C# 클래스 fCraft.AutoRank.Condition

Base class for all AutoRank conditions.
파일 보기 프로젝트 열기: GlennMR/800craft

공개 메소드들

메소드 설명
Eval ( PlayerInfo info ) : bool
Parse ( System.Xml.Linq.XElement el ) : Condition
Serialize ( ) : System.Xml.Linq.XElement

메소드 상세

Eval() 공개 추상적인 메소드

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

Parse() 공개 정적인 메소드

public static Parse ( System.Xml.Linq.XElement el ) : Condition
el System.Xml.Linq.XElement
리턴 Condition

Serialize() 공개 추상적인 메소드

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