Operation |
Details |
public ColumnInfo( string colName, string colType, DBDataAdmin dbAdmin): |
|
public ColumnInfo( ColumnInfo ci): |
Notes: | Copy constructor. Copy all items except ParentColsInfo. | |
public ColName():string |
<<property>> |
public ColType():string |
<<property>> Notes: | Column type obtaion from database | |
public ColTypeEx():string |
<<property>> Notes: | Column type extended. May be used in create table SQL statement as type of column. | |
public XmlDescription():string |
<<property>> Notes: | Configuration in XML (information about this column) | |
public TmpVal():string |
<<property>> Notes: | Usefull for create insert SQL statement. | |
public ColTypeSimple():string |
<<property>> Notes: | Column simple type | |
public Selected():bool |
<<property>> Notes: | If column is marked as selected | |
public ToString():string |
|
public ParentColsInfo():ColumnsInfo |
<<property>> Notes: | Reference to container | |
public IsOK():bool |
<<property>> Notes: | Express if that express if this object is valid. | |