[Gregor.Core.CLanguageInfo.CLazyObjectHolder]

Gregor.Core.CLanguageInfo.CLazyObjectHolder

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

private class Gregor.Core.CLanguageInfo.CLazyObjectHolder

: System.Object

Custom Attributes: 

Description: 


Members

CLanguageInfo.CLazyObjectHolder

public CLanguageInfo.CLazyObjectHolder(System.Object parent, System.String sKey)

Custom Attributes: 

Description: 

m_Key

private System.String m_Key

Custom Attributes: 

Description: 

m_Parent

private System.Object m_Parent

Custom Attributes: 

Description: 

m_TypeName

private System.String m_TypeName

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

m_XmlData

private Gregor.Core.CXmlDataArgs m_XmlData

Custom Attributes: 

Description: 

HasTypeName

public System.Boolean HasTypeName {get;}

Custom Attributes: 

Description: 

HasValue

public System.Boolean HasValue {get;}

Custom Attributes: 

Description: 

Key

public System.String Key {get;}

Custom Attributes: 

Description: 

Parent

public System.Object Parent {get;}

Custom Attributes: 

Description: 

TypeName

public System.String TypeName {get;set;}

Custom Attributes: 

Description: 

Value

public System.Object Value {get;set;}

Custom Attributes: 

Description: 

XmlData

public Gregor.Core.CXmlDataArgs XmlData {get;set;}

Custom Attributes: 

Description: 

XmlElementName

public System.String XmlElementName {get;}

Custom Attributes: 

Description: 

GetObject

private System.Object GetObject()

Custom Attributes: 

Description: 

SetObject

private void SetObject(System.Object newValue)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 

TryInitializeFeatures

private void TryInitializeFeatures(System.Object value)

Custom Attributes: 

Description: 

TrySetXmlData

private void TrySetXmlData(System.Object value)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CXmlDataArgs

System.Object

System.String

System.Boolean

System.Void