[Gregor.Core.CObjectWrapper]

Gregor.Core.CObjectWrapper

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CObjectWrapper

: System.Object

Custom Attributes: 

Description: 


Members

CObjectWrapper

public CObjectWrapper(System.Object value)

Custom Attributes: 

Description: 

m_Properties

private System.Collections.Hashtable m_Properties

Custom Attributes: 

Description: 

m_TypeFullName

private System.String m_TypeFullName

Custom Attributes: 

Description: 

m_TypeName

private System.String m_TypeName

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

Properties

public System.Collections.IDictionary Properties {get;}

Custom Attributes: 

Description: 

TypeFullName

public System.String TypeFullName {get;}

Custom Attributes: 

Description: 

TypeName

public System.String TypeName {get;}

Custom Attributes: 

Description: 

Value

public System.Object Value {get;}

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

SetTypeName

internal void SetTypeName(System.String sName, System.String sFullName)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 


See Also

System.Collections.Hashtable

System.Object

System.String

System.Collections.IDictionary

System.Boolean

System.Int32

System.Void