Click or drag to resize

DfsComHelper Class

Helper class for using component through COM.

Translates generic lists to non-generic lists that can be used through COM

Inheritance Hierarchy
SystemObject
  DHI.Generic.MikeZero.DFSDfsComHelper

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 DfsComHelper : IDfsComHelper

The DfsComHelper type exposes the following members.

Constructors
  NameDescription
Public methodDfsComHelper
Initializes a new instance of the DfsComHelper class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAssociatedStaticNumbers
Get the list of associated static item numbers IDfsDynamicItemInfo as a non-generic list.
Public methodGetCustomBlocks
Get the custom blocks from an IDfsFileInfo as a non-generic list.

The elements in the list can be cast to IDfsCustomBlock

Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemInfoDfs
Get the dynamic item infos from an IDfsFile as a non-generic list.

The elements in the list can be cast to IDfsDynamicItemInfo

Public methodGetItemInfoDfs123
Get the dynamic item infos from an IDfs123File as a non-generic list.

The elements in the list can be cast to IDfsSimpleDynamicItemInfo

Public methodGetItemInfoDfsu
Get the dynamic item infos from an IDfsuFile as a non-generic list.

The elements in the list can be cast to IDfsSimpleDynamicItemInfo

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
Remarks
IDfsFile            : IList{IDfsDynamicItemInfo} ItemInfo { get; }
IDfs123File         : IList{IDfsSimpleDynamicItemInfo} ItemInfo { get; }
IDfsuFile           : IList{DfsuDynamicItemInfo} ItemInfo { get; }
IDfsFileInfo        : IList{IDfsCustomBlock} CustomBlocks { get; }
IDfsDynamicItemInfo : IList{int} AssociatedStaticItemNumbers { get; }
See Also