[Gregor.Core.Collections.CTable]

Gregor.Core.Collections.CTable

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CTable

: System.Object, Gregor.Core.IXmlCompanion

Custom Attributes: 

Description: 


Members

CTable

public CTable(System.Xml.XmlNode xn)

Custom Attributes: 

Description: 

CTable

public CTable()

Custom Attributes: 

Description: 

m_Columns

private Gregor.Core.Collections.NTableColumns m_Columns

Custom Attributes: 

Description: 

m_Rows

private Gregor.Core.Collections.NTableRows m_Rows

Custom Attributes: 

Description: 

Columns

public Gregor.Core.Collections.NTableColumns Columns {get;}

Custom Attributes: 

Description: 

Rows

public Gregor.Core.Collections.NTableRows Rows {get;}

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

Gregor.Core.Collections.NTableColumns

Gregor.Core.Collections.NTableRows

System.Object

System.Xml.XmlDocument

System.Xml.XmlNode

Gregor.Core.IGetXmlArgs

Gregor.Core.ISetXmlArgs

Gregor.Core.IXmlCompanion

System.Void