[Gregor.Core.CEditInfo]

Gregor.Core.CEditInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CEditInfo

: System.Object

Custom Attributes: 

Description: 


Members

CEditInfo

public CEditInfo(System.String sTitle, System.String sDescription, System.Type tpFormal, System.Object value)

Custom Attributes: 

Description: 

m_Description

private System.String m_Description

Custom Attributes: 

Description: 

m_FormalType

private System.Type m_FormalType

Custom Attributes: 

Description: 

m_OwnerForm

private System.Windows.Forms.Form m_OwnerForm

Custom Attributes: 

Description: 

m_Result

private System.Windows.Forms.DialogResult m_Result

Custom Attributes: 

Description: 

m_Title

private System.String m_Title

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

ActualType

public System.Type ActualType {get;}

Custom Attributes: 

Description: 

Description

public System.String Description {get;}

Custom Attributes: 

Description: 

FormalType

public System.Type FormalType {get;}

Custom Attributes: 

Description: 

OwnerForm

public System.Windows.Forms.Form OwnerForm {get;set;}

Custom Attributes: 

Description: 

Result

public System.Windows.Forms.DialogResult Result {get;set;}

Custom Attributes: 

Description: 

Title

public System.String Title {get;}

Custom Attributes: 

Description: 

Value

public System.Object Value {get;set;}

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Type

System.Windows.Forms.Form

System.Windows.Forms.DialogResult