[Gregor.Core.Configuration.CParamInfo]

Gregor.Core.Configuration.CParamInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Configuration.

Details

public abstract class Gregor.Core.Configuration.CParamInfo

: System.Object

Custom Attributes: 

Description: 


Members

CParamInfo

protected CParamInfo(System.Xml.XmlElement xe)

Custom Attributes: 

Description: 

m_Element

private System.Xml.XmlElement m_Element

Custom Attributes: 

Description: 

MaxOccurs

public System.Int32 MaxOccurs {get;}

Custom Attributes: 

Description: 

MinOccurs

public System.Int32 MinOccurs {get;}

Custom Attributes: 

Description: 

Name

public System.String Name {get;}

Custom Attributes: 

Description: 

Occurs

public System.Int32 Occurs {get;}

Custom Attributes: 

Description: 

TryGetAttribute

private System.String TryGetAttribute(System.String sName)

Custom Attributes: 

Description: 

TryGetIntAttribute

protected System.Int32 TryGetIntAttribute(System.String sName, System.Int32 iDefault)

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Xml.XmlElement

System.Int32