DfsAbstractItemBuilder Methods |
The DfsAbstractItemBuilder type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Set |
Sets name, eum quantity and item data type.
This must be set. | |
SetAxis |
Sets the spatial axis.
This must be set. | |
SetAxisUnitConversion |
Sets the unit conversion for the axis of the item.
Optional. The default for an item is that no conversion is performed. If it's set to anything else than no conversion, automatic conversion is performed. | |
SetOrientation |
Sets reference orientation.
Optional. If not set, default values of 0 are used. | |
SetReferenceCoordinates |
Sets reference coordinates.
Optional. If not set, default values of 0 are used. | |
SetUnitConversion |
Sets the unit conversion for item.
Optional. The default for an item is that no conversion is performed. If it's set to anything else than no conversion, automatic conversion is performed. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validate will return a string of issues from the item builder.
When this returns an empty list, the item has been properly build.
|