Click or drag to resize

IDfsComHelper Interface

Interface for DfsComHelper

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 interface IDfsComHelper

The IDfsComHelper type exposes the following members.

Methods
  NameDescription
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 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

Top
See Also