C# Class ICSharpCode.Core.Condition

Inheritance: ICondition
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Condition ( string name, Properties properties ) : System
GetFailedAction ( IEnumerable conditionList, object caller ) : ConditionFailedAction
IsValid ( object caller ) : bool
Read ( XmlReader reader ) : ICondition
ReadComplexCondition ( XmlReader reader ) : ICondition
ReadConditionList ( XmlReader reader, string endElement ) : ICondition[]
this ( string key ) : string

Method Details

Condition() public method

public Condition ( string name, Properties properties ) : System
name string
properties Properties
return System

GetFailedAction() public static method

public static GetFailedAction ( IEnumerable conditionList, object caller ) : ConditionFailedAction
conditionList IEnumerable
caller object
return ConditionFailedAction

IsValid() public method

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

Read() public static method

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

ReadComplexCondition() public static method

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

ReadConditionList() public static method

public static ReadConditionList ( XmlReader reader, string endElement ) : ICondition[]
reader System.Xml.XmlReader
endElement string
return ICondition[]

this() public method

public this ( string key ) : string
key string
return string