C# Class ICSharpCode.Core.AndCondition

Gives back the and result of two conditions.
Inheritance: ICondition
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
AndCondition ( ICondition conditions ) : System
IsValid ( object owner ) : bool
Read ( XmlReader reader ) : ICondition

Method Details

AndCondition() public méthode

public AndCondition ( ICondition conditions ) : System
conditions ICondition
Résultat System

IsValid() public méthode

public IsValid ( object owner ) : bool
owner object
Résultat bool

Read() public static méthode

public static Read ( XmlReader reader ) : ICondition
reader System.Xml.XmlReader
Résultat ICondition