[Gregor.Core.Collections.CNodeAttribute]

Gregor.Core.Collections.CNodeAttribute

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.CNodeAttribute

: System.Object, Gregor.Core.INamedItem, Gregor.Core.IXmlCompanion

Custom Attributes: 

Description: 


Members

CNodeAttribute

public CNodeAttribute(System.String sName, System.String sValue)

Custom Attributes: 

Description: 

CNodeAttribute

public CNodeAttribute(System.Xml.XmlNode xn)

Custom Attributes: 

Description: 

CNodeAttribute

private CNodeAttribute()

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

m_Value

private System.Object m_Value

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

Value

public System.Object Value {get;set;}

Custom Attributes: 

Description: 

Gregor.Core.IXmlCompanion.GetXmlData

private void Gregor.Core.IXmlCompanion.GetXmlData(Gregor.Core.IGetXmlArgs args) // Gregor.Core.IXmlCompanion.GetXmlData

Custom Attributes: 

Description: 

Gregor.Core.IXmlCompanion.SetXmlData

private void Gregor.Core.IXmlCompanion.SetXmlData(Gregor.Core.ISetXmlArgs args) // Gregor.Core.IXmlCompanion.SetXmlData

Custom Attributes: 

Description: 

ToXmlNode

public System.Xml.XmlNode ToXmlNode(System.Xml.XmlDocument xd)

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Xml.XmlDocument

System.Xml.XmlNode

Gregor.Core.IGetXmlArgs

Gregor.Core.INamedItem

Gregor.Core.ISetXmlArgs

Gregor.Core.IXmlCompanion

System.Void