[Gregor.Core.Collections.CTableColumn]

Gregor.Core.Collections.CTableColumn

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CTableColumn

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

Custom Attributes: 

Description: 


Members

CTableColumn

public CTableColumn(System.String sName, System.String sDataType, System.Boolean fReadOnly)

Custom Attributes: 

Description: 

CTableColumn

public CTableColumn(System.String sName, System.String sDataType)

Custom Attributes: 

Description: 

CTableColumn

public CTableColumn(System.Xml.XmlNode xn)

Custom Attributes: 

Description: 

CTableColumn

private CTableColumn()

Custom Attributes: 

Description: 

m_DataType

private System.String m_DataType

Custom Attributes: 

Description: 

m_Index

private System.Int32 m_Index

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

m_ReadOnly

private System.Boolean m_ReadOnly

Custom Attributes: 

Description: 

m_Table

private Gregor.Core.Collections.CTable m_Table

Custom Attributes: 

Description: 

DataType

public System.String DataType {get;}

Custom Attributes: 

Description: 

Index

public System.Int32 Index {get;}

Custom Attributes: 

Description: 

Name

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

Custom Attributes: 

Description: 

ReadOnly

public System.Boolean ReadOnly {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: 

SetIndex

internal void SetIndex(System.Int32 newIndex)

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

System.Object

System.String

System.Xml.XmlDocument

System.Xml.XmlNode

Gregor.Core.IGetXmlArgs

Gregor.Core.INamedItem

Gregor.Core.ISetXmlArgs

Gregor.Core.IXmlCompanion

System.Boolean

System.Int32

System.Void