SchemaColumn Class |
Namespace: Cadcorp
The SchemaColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| SchemaColumn |
Default constructor needed to make GeognoSIS publish the class
| |
| SchemaColumn(Boolean, String, String) |
Convenience constructor for use inside procedures.
| |
| SchemaColumn(Boolean, Boolean, String, String, Int32) |
Initializes a new instance of the SchemaColumn class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Description |
The column description.
| |
| Formula |
The column's formula.
| |
| Hidden |
True if the scema column is hidden
| |
| MapTip |
True if the column is a map tip.
| |
| Type |
The type of the schema column
|