[Gregor.Core.CSetXmlCallbackInfo]

Gregor.Core.CSetXmlCallbackInfo

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CSetXmlCallbackInfo

: System.Object

Custom Attributes: 

Description: 


Members

CSetXmlCallbackInfo

public CSetXmlCallbackInfo(System.Object companion)

Custom Attributes: 

Description: 

m_Companion

private System.Object m_Companion

Custom Attributes: 

Description: 

m_Values

private System.Collections.Hashtable m_Values

Custom Attributes: 

Description: 

Companion

public System.Object Companion {get;}

Custom Attributes: 

Description: 

GetValue

public System.Object GetValue(System.String sName)

Custom Attributes: 

Description: 

IsValueRequested

public System.Boolean IsValueRequested(System.String sName)

Custom Attributes: 

Description: 

RequestValue

public void RequestValue(System.String sName)

Custom Attributes: 

Description: 

SetValue

public void SetValue(System.String sName, System.Object value)

Custom Attributes: 

Description: 


See Also

System.Collections.Hashtable

System.Object

System.String

System.Boolean

System.Void