Show / Hide Table of Contents

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 Source

ComponentsData

Gets a list of FamosFileComponentData.

Declaration
public List<FamosFileComponentData> ComponentsData { get; }
Property Value
Type Description
System.Collections.Generic.List<FamosFileComponentData>
| Improve this Doc View Source

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Gets the type of the data field.

Declaration
public FamosFileFieldType Type { get; }
Property Value
Type Description
FamosFileFieldType
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms