C# Class fCraft.AutoRank.ConditionNOR

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

Méthodes publiques

Méthode 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 méthode

public ConditionNOR ( ) : System
Résultat System

ConditionNOR() public méthode

public ConditionNOR ( IEnumerable conditions ) : System
conditions IEnumerable
Résultat System

ConditionNOR() public méthode

public ConditionNOR ( System.Xml.Linq.XContainer el ) : System
el System.Xml.Linq.XContainer
Résultat System

Eval() public méthode

public Eval ( [ info ) : bool
info [
Résultat bool

Serialize() public méthode

public Serialize ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement