Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public interface Gregor.Core.IAttributeSink Custom Attributes: Description:
void AddAttribute(System.String sName, System.DateTime dateValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Enum enumValue, Gregor.Core.EnumPersistanceStyle style) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Enum enumValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Windows.Forms.Keys keyValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Drawing.Rectangle rectValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Drawing.Point pointValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Boolean fValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.String sValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Double dblValue) Custom Attributes: Description:
void AddAttribute(System.String sName, System.Int32 iValue) Custom Attributes: Description:
Gregor.Core.IAttributeSink AddCustomChild(System.String sElementName, System.Object kid, System.Object tag) Custom Attributes: Description:
Gregor.Core.IAttributeSink AddCustomChild(System.String sElementName, System.Object kid) Custom Attributes: Description:
void AddEnumAttribute(System.String sName, T enumValue) Custom Attributes: Description:
void AddEnumAttribute(System.String sName, T enumValue, Gregor.Core.EnumPersistanceStyle style) Custom Attributes: Description: