ItemAttribute Class |
Namespace: Cadcorp.GISEditor
The ItemAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemAttribute |
Default constructor needed to make GeognoSIS publish the class.
| |
| ItemAttribute(String, String, String, Int32) |
Convenience constructor for use inside stored procedures.
|
| 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 attribute name.
| |
| Formula |
The attribute formula, converted to a string.
| |
| Type |
The attribute type.
| |
| Value |
The attribute value, converted to a string.
|