|
|
The TakeoffVariableDefinition type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
DisplayName |
Localized Name of Column
|
|
|
DisplayNameForFormulaUsage |
The display name for this variable used by formula.
|
|
|
ErrorDbColumnName |
Return the error column name in the database for this variable.
|
|
|
ErrorDbType |
The ADO.NET type for the column storing of this error in the database.
|
|
|
FixedFormula |
The fixed formula for this variable. If the variable doesn't have a fixed formula, return String.Empty.
|
|
|
FixedUnits |
The fixed units of this variable. If the variable doesn't have fixed units, return Unspecified.
|
|
|
FixedValue |
The fixed value of this variable. If the variable doesn't have a fixed value, return a None type VariantData.
|
|
|
FormulaDbColumnName |
The column name for the formula of this variable in the database. This column will not exist if the formula is fixed.
|
|
|
FormulaDbValueType |
The ADO.NET type for the column storing of this formula in the database. This formula is not stored in the database if HasFixedFormula is true.
|
|
|
HasFixedFormula |
Does this variable have a fixed formula?
|
|
|
HasFixedUnits |
Does this variable have fixed units?
|
|
|
HasFixedValue |
Does this variable have a fixed value?
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
Name |
Name of Column
|
|
|
OriginalUnitsDbColumnName |
Return the original units column name in the database for this variable. The original units is not stored if Purpose is not eInput or HasFixedUnits is true.
|
|
|
OriginalValueDbColumnName |
Return the original value column name in the database for this variable. The original value is not stored if Purpose is not eInput or HasFixedValue is true.
|
|
|
PropertyStatusDbColumnName |
Return the property status name in the database for this variable.
|
|
|
Purpose |
The purpose of this variable (Calculation, Rollup or Input).
|
|
|
UnitsDbColumnName |
The column name for the units of this variable in the database. This column will not exist if the units are fixed.
|
|
|
UnitsDbValueType |
The ADO.NET type for the column storing this units in the database. The value is not stored in the database if HasFixedUnits is true.
|
|
|
UnitsGroup |
The units group of this variable.
|
|
|
ValueDbColumnName |
The name of the database field which stores this value. The value is not stored in the database if HasFixedValue is true, in which case the value is found in FixedValue.
|
|
|
ValueDbType |
The ADO.NET type for the column storing this value in the database. The value is not stored in the database if HasFixedValue is true.
|
|
|
VariableType |
The data type of this variable (Number, String or Boolean).
|