C# Class fCraft.AutoRank.ConditionNOR

Logical AND - true if NONE of the conditions are true.
Inheritance: ConditionSet
Mostrar archivo Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
ConditionNOR ( ) : System
ConditionNOR ( IEnumerable conditions ) : System
ConditionNOR ( System.Xml.Linq.XContainer el ) : System
Eval ( [ info ) : bool
Serialize ( ) : System.Xml.Linq.XElement

Method Details

ConditionNOR() public method

public ConditionNOR ( ) : System
return System

ConditionNOR() public method

public ConditionNOR ( IEnumerable conditions ) : System
conditions IEnumerable
return System

ConditionNOR() public method

public ConditionNOR ( System.Xml.Linq.XContainer el ) : System
el System.Xml.Linq.XContainer
return System

Eval() public method

public Eval ( [ info ) : bool
info [
return bool

Serialize() public method

public Serialize ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement