[Gregor.Core.EditorAttribute]

Gregor.Core.EditorAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.EditorAttribute

: System.Attribute, System.Runtime.InteropServices._Attribute

Custom Attributes: System.AttributeUsage(ValidOn=0x7fff, AllowMultiple=false, Inherited=true)

Description: 


Members

EditorAttribute

public EditorAttribute(System.String sEditorType)

Custom Attributes: 

Description: 

EditorAttribute

public EditorAttribute(System.Type tpEditor)

Custom Attributes: 

Description: 

m_EditorType

private System.Type m_EditorType

Custom Attributes: 

Description: 

m_EditorTypeName

private System.String m_EditorTypeName

Custom Attributes: 

Description: 

EditorType

public System.Type EditorType {get;}

Custom Attributes: 

Description: 

EditorTypeName

public System.String EditorTypeName {get;}

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Attribute

System.AttributeUsageAttribute

System.String

System.Type

System.Runtime.InteropServices._Attribute