| DfsComHelper Class | 
Translates generic lists to non-generic lists that can be used through COM
Namespace: DHI.Generic.MikeZero.DFS
The DfsComHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| DfsComHelper | Initializes a new instance of the DfsComHelper class  | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetAssociatedStaticNumbers | 
            Get the list of associated static item numbers IDfsDynamicItemInfo
            as a non-generic list.
              | |
| GetCustomBlocks | 
            Get the custom blocks from an IDfsFileInfo
            as a non-generic list.
             The elements in the list can be cast to IDfsCustomBlock  | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetItemInfoDfs | 
            Get the dynamic item infos from an IDfsFile
            as a non-generic list.
             The elements in the list can be cast to IDfsDynamicItemInfo  | |
| GetItemInfoDfs123 | 
            Get the dynamic item infos from an IDfs123File
            as a non-generic list.
             The elements in the list can be cast to IDfsSimpleDynamicItemInfo  | |
| GetItemInfoDfsu | 
            Get the dynamic item infos from an IDfsuFile
            as a non-generic list.
             The elements in the list can be cast to IDfsSimpleDynamicItemInfo  | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
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; }