Show / Hide Table of Contents

Class FamosFileGroup

A group is a collection of texts, single values and channels.

Inheritance
System.Object
FamosFileBase
FamosFileBaseExtended
FamosFileBaseProperty
FamosFileGroup
Inherited Members
FamosFileBaseProperty.PropertyInfo
FamosFileBase.Validate()
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public class FamosFileGroup : FamosFileBaseProperty

Constructors

| Improve this Doc View Source

FamosFileGroup(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 Source

Channels

Gets a list of channels.

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

Comment

Gets or sets the comment of this group.

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

Name

Gets or sets the name of this group.

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

SingleValues

Gets a list of single values.

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

Texts

Gets a list of texts.

Declaration
public List<FamosFileText> Texts { get; }
Property Value
Type Description
System.Collections.Generic.List<FamosFileText>
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms