Class LoopMetadata
X2 loop information.
Inherited Members
Namespace: RedMist.TimingCommon.Models.Configuration
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class LoopMetadata
Constructors
View SourceLoopMetadata()
Declaration
public LoopMetadata()
Properties
View SourceEventId
Gets or sets the event identifier this loop is associated with.
Declaration
[Key(1)]
public int EventId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Gets or sets the unique identifier for this loop.
Declaration
[Key(0)]
public uint Id { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Name
Gets or sets the name of the timing loop. Maximum length: 64 characters (X2 max is 52).
Declaration
[Key(3)]
[MaxLength(64)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or sets the type of timing loop.
Declaration
[Key(2)]
public LoopType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| LoopType |