Click or drag to resize

DfsParameters Class

Default implementation of IDfsParameters
Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsParameters

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class DfsParameters : IDfsParameters

The DfsParameters type exposes the following members.

Constructors
  NameDescription
Public methodDfsParameters
Initializes a new instance of the DfsParameters class
Top
Properties
  NameDescription
Public propertyConverters
List of data converters for converting item data.
Public propertyEnablePlugin
Enable plugin.
Public propertyModifyTimes
Defines whether the times should be modified.

See ModifyTimes for details.

Default is false.

Public propertyUbgConversion
Sets UBG (Unit Base Group) conversion for all items and item axis.

Default is false.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also