[Gregor.Core.Collections.CTableRow]

Gregor.Core.Collections.CTableRow

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CTableRow

: System.Object, Gregor.Core.IXmlCompanion

Custom Attributes: 

Description: 


Members

CTableRow

public CTableRow()

Custom Attributes: 

Description: 

CTableRow

public CTableRow(System.Xml.XmlNode xn, Gregor.Core.Collections.NTableColumns columns)

Custom Attributes: 

Description: 

m_Cells

private Gregor.Core.Collections.NTableCells m_Cells

Custom Attributes: 

Description: 

m_Table

private Gregor.Core.Collections.CTable m_Table

Custom Attributes: 

Description: 

Cells

public Gregor.Core.Collections.NTableCells Cells {get;}

Custom Attributes: 

Description: 

Table

public Gregor.Core.Collections.CTable Table {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: 

SetTable

internal void SetTable(Gregor.Core.Collections.CTable table)

Custom Attributes: 

Description: 

ToXmlNode

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

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CTable

Gregor.Core.Collections.NTableCells

Gregor.Core.Collections.NTableColumns

System.Object

System.Xml.XmlDocument

System.Xml.XmlNode

Gregor.Core.IGetXmlArgs

Gregor.Core.ISetXmlArgs

Gregor.Core.IXmlCompanion

System.Void