[Gregor.Core.IAttributeSink]

Gregor.Core.IAttributeSink

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IAttributeSink

Custom Attributes: 

Description: 


Members

AddAttribute

void AddAttribute(System.String sName, System.DateTime dateValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Enum enumValue, Gregor.Core.EnumPersistanceStyle style)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Enum enumValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Windows.Forms.Keys keyValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Drawing.Rectangle rectValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Drawing.Point pointValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Boolean fValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.String sValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Double dblValue)

Custom Attributes: 

Description: 

AddAttribute

void AddAttribute(System.String sName, System.Int32 iValue)

Custom Attributes: 

Description: 

AddCustomChild

Gregor.Core.IAttributeSink AddCustomChild(System.String sElementName, System.Object kid, System.Object tag)

Custom Attributes: 

Description: 

AddCustomChild

Gregor.Core.IAttributeSink AddCustomChild(System.String sElementName, System.Object kid)

Custom Attributes: 

Description: 

AddEnumAttribute<>

void AddEnumAttribute(System.String sName, T enumValue)

Custom Attributes: 

Description: 

AddEnumAttribute<>

void AddEnumAttribute(System.String sName, T enumValue, Gregor.Core.EnumPersistanceStyle style)

Custom Attributes: 

Description: 


See Also

System.Enum

System.Object

System.String

T

Gregor.Core.IAttributeSink

System.Boolean

System.DateTime

System.Double

System.Drawing.Point

System.Drawing.Rectangle

System.Int32

System.Void

Gregor.Core.EnumPersistanceStyle

System.Windows.Forms.Keys