Class FamosFileChannelData
Channel wraps a list of ComponentsData, depending on the type of data loaded.
Inheritance
System.Object
FamosFileChannelData
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileChannelData
Properties
| Improve this Doc View SourceComponentsData
Gets a list of FamosFileComponentData.
Declaration
public List<FamosFileComponentData> ComponentsData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FamosFileComponentData> |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets the type of the data field.
Declaration
public FamosFileFieldType Type { get; }
Property Value
Type | Description |
---|---|
FamosFileFieldType |