DfsStaticItemBuilder Class |
The following functions must be set: Set(String, eumQuantity, DfsSimpleType), SetAxis(IDfsSpatialAxis), SetData(Array).
Namespace: DHI.Generic.MikeZero.DFS
The DfsStaticItemBuilder type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetStaticItem |
Returns the static item.
It does call Validate, and if validate returns any issues, this method will throw an exception. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Set |
Sets name, eum quantity and item data type.
(Inherited from DfsAbstractItemBuilder.)This must be set. | |
SetAxis |
Sets the spatial axis.
(Inherited from DfsAbstractItemBuilder.)This must be set. | |
SetAxisUnitConversion |
Sets the unit conversion for the axis of the item.
(Inherited from DfsAbstractItemBuilder.)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. | |
SetData |
Sets the data array for the static item.
| |
SetOrientation |
Sets reference orientation.
(Inherited from DfsAbstractItemBuilder.)Optional. If not set, default values of 0 are used. | |
SetReferenceCoordinates |
Sets reference coordinates.
(Inherited from DfsAbstractItemBuilder.)Optional. If not set, default values of 0 are used. | |
SetUnitConversion |
Sets the unit conversion for item.
(Inherited from DfsAbstractItemBuilder.)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.
(Overrides DfsAbstractItemBuilderValidate.) |