Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CTableColumn : System.Object, Gregor.Core.INamedItem, Gregor.Core.IXmlCompanion Custom Attributes: Description:
public CTableColumn(System.String sName, System.String sDataType, System.Boolean fReadOnly) Custom Attributes: Description:
public CTableColumn(System.String sName, System.String sDataType) Custom Attributes: Description:
public CTableColumn(System.Xml.XmlNode xn) Custom Attributes: Description:
private CTableColumn() Custom Attributes: Description:
private System.String m_DataType Custom Attributes: Description:
private System.Int32 m_Index Custom Attributes: Description:
private System.String m_Name Custom Attributes: Description:
private System.Boolean m_ReadOnly Custom Attributes: Description:
private Gregor.Core.Collections.CTable m_Table Custom Attributes: Description:
public System.String DataType {get;}
Custom Attributes:
Description:
public System.Int32 Index {get;}
Custom Attributes:
Description:
public System.String Name {get;} // Gregor.Core.INamedItem.Name
Custom Attributes:
Description:
public System.Boolean ReadOnly {get;}
Custom Attributes:
Description:
public Gregor.Core.Collections.CTable Table {get;}
Custom Attributes:
Description:
private void Gregor.Core.IXmlCompanion.GetXmlData(Gregor.Core.IGetXmlArgs args) // Gregor.Core.IXmlCompanion.GetXmlData Custom Attributes: Description:
private void Gregor.Core.IXmlCompanion.SetXmlData(Gregor.Core.ISetXmlArgs args) // Gregor.Core.IXmlCompanion.SetXmlData Custom Attributes: Description:
internal void SetIndex(System.Int32 newIndex) Custom Attributes: Description:
internal void SetTable(Gregor.Core.Collections.CTable table) Custom Attributes: Description:
public System.Xml.XmlNode ToXmlNode(System.Xml.XmlDocument xd) Custom Attributes: Description: