Class FamosFileGroup
A group is a collection of texts, single values and channels.
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileGroup : FamosFileBaseProperty
Constructors
| Improve this Doc View SourceFamosFileGroup(String)
Initializes a new instance of the FamosFileGroup class.
Declaration
public FamosFileGroup(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of this group. |
Properties
| Improve this Doc View SourceChannels
Gets a list of channels.
Declaration
public List<FamosFileChannel> Channels { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FamosFileChannel> |
Comment
Gets or sets the comment of this group.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name of this group.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SingleValues
Gets a list of single values.
Declaration
public List<FamosFileSingleValue> SingleValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FamosFileSingleValue> |
Texts
Gets a list of texts.
Declaration
public List<FamosFileText> Texts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FamosFileText> |