Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public interface Gregor.Core.IAttributeSource Custom Attributes: Description:
System.Int32 AttributeCount {get;}
Custom Attributes:
Description:
System.Int32 ChildCount {get;}
Custom Attributes:
Description:
System.Collections.Generic.IList<> GetAttributesOfChildren(System.String sElementName, System.Type tp) Custom Attributes: Description:
System.Collections.Generic.IList<> GetAttributesOfChildren(System.String sElementName, System.Type tp, System.Object tag) Custom Attributes: Description:
System.Collections.Generic.IList<> GetAttributesOfChildren(System.Object tag) Custom Attributes: Description:
System.Collections.Generic.IList<> GetAttributesOfChildren() Custom Attributes: Description:
Gregor.Core.IAttributeSource GetAttributesOfFirstChild(System.String sElementName, System.Type tp) Custom Attributes: Description:
Gregor.Core.IAttributeSource GetAttributesOfFirstChild() Custom Attributes: Description:
Gregor.Core.IAttributeSource GetAttributesOfFirstChild(System.Object tag) Custom Attributes: Description:
Gregor.Core.IAttributeSource GetAttributesOfFirstChild(System.String sElementName, System.Type tp, System.Object tag) Custom Attributes: Description:
System.Boolean TryGetBoolAttribute(System.String sAttribName) Custom Attributes: Description:
System.DateTime TryGetDateTimeAttribute(System.String sAttribName) Custom Attributes: Description:
System.Double TryGetDoubleAttribute(System.String sAttribName) Custom Attributes: Description:
T TryGetEnumAttribute(System.String sAttribName) Custom Attributes: Description:
System.Object TryGetEnumAttribute(System.String sAttribName, System.Type enumType, System.Boolean fIgnoreCase) Custom Attributes: Description:
System.Object TryGetEnumAttribute(System.String sAttribName, System.Type enumType) Custom Attributes: Description:
T TryGetEnumAttribute(System.String sAttribName, System.Boolean fIgnoreCase) Custom Attributes: Description:
System.Int32 TryGetIntAttribute(System.String sAttribName) Custom Attributes: Description:
System.Windows.Forms.Keys TryGetKeysAttribute(System.String sAttribName) Custom Attributes: Description:
System.Drawing.Point TryGetPointAttribute(System.String sAttribName) Custom Attributes: Description:
System.Drawing.Rectangle TryGetRectangleAttribute(System.String sAttribName) Custom Attributes: Description:
System.String TryGetStringAttribute(System.String sAttribName) Custom Attributes: Description: