[Gregor.Core.IAttributeSource]

Gregor.Core.IAttributeSource

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IAttributeSource

Custom Attributes: 

Description: 


Members

AttributeCount

System.Int32 AttributeCount {get;}

Custom Attributes: 

Description: 

ChildCount

System.Int32 ChildCount {get;}

Custom Attributes: 

Description: 

GetAttributesOfChildren

System.Collections.Generic.IList<> GetAttributesOfChildren(System.String sElementName, System.Type tp)

Custom Attributes: 

Description: 

GetAttributesOfChildren

System.Collections.Generic.IList<> GetAttributesOfChildren(System.String sElementName, System.Type tp, System.Object tag)

Custom Attributes: 

Description: 

GetAttributesOfChildren

System.Collections.Generic.IList<> GetAttributesOfChildren(System.Object tag)

Custom Attributes: 

Description: 

GetAttributesOfChildren

System.Collections.Generic.IList<> GetAttributesOfChildren()

Custom Attributes: 

Description: 

GetAttributesOfFirstChild

Gregor.Core.IAttributeSource GetAttributesOfFirstChild(System.String sElementName, System.Type tp)

Custom Attributes: 

Description: 

GetAttributesOfFirstChild

Gregor.Core.IAttributeSource GetAttributesOfFirstChild()

Custom Attributes: 

Description: 

GetAttributesOfFirstChild

Gregor.Core.IAttributeSource GetAttributesOfFirstChild(System.Object tag)

Custom Attributes: 

Description: 

GetAttributesOfFirstChild

Gregor.Core.IAttributeSource GetAttributesOfFirstChild(System.String sElementName, System.Type tp, System.Object tag)

Custom Attributes: 

Description: 

TryGetBoolAttribute

System.Boolean TryGetBoolAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetDateTimeAttribute

System.DateTime TryGetDateTimeAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetDoubleAttribute

System.Double TryGetDoubleAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetEnumAttribute<>

T TryGetEnumAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetEnumAttribute

System.Object TryGetEnumAttribute(System.String sAttribName, System.Type enumType, System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

TryGetEnumAttribute

System.Object TryGetEnumAttribute(System.String sAttribName, System.Type enumType)

Custom Attributes: 

Description: 

TryGetEnumAttribute<>

T TryGetEnumAttribute(System.String sAttribName, System.Boolean fIgnoreCase)

Custom Attributes: 

Description: 

TryGetIntAttribute

System.Int32 TryGetIntAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetKeysAttribute

System.Windows.Forms.Keys TryGetKeysAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetPointAttribute

System.Drawing.Point TryGetPointAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetRectangleAttribute

System.Drawing.Rectangle TryGetRectangleAttribute(System.String sAttribName)

Custom Attributes: 

Description: 

TryGetStringAttribute

System.String TryGetStringAttribute(System.String sAttribName)

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Type

T

Gregor.Core.IAttributeSource

System.Collections.Generic.IList<>

System.Boolean

System.DateTime

System.Double

System.Drawing.Point

System.Drawing.Rectangle

System.Int32

System.Windows.Forms.Keys