C# Class ICSharpCode.Core.AndCondition

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

Public Methods

Method Description
AndCondition ( ICondition conditions ) : System
IsValid ( object owner ) : bool
Read ( XmlReader reader ) : ICondition

Method Details

AndCondition() public method

public AndCondition ( ICondition conditions ) : System
conditions ICondition
return System

IsValid() public method

public IsValid ( object owner ) : bool
owner object
return bool

Read() public static method

public static Read ( XmlReader reader ) : ICondition
reader System.Xml.XmlReader
return ICondition