Interface IElement
An element.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public interface IElement
Properties
ExternalId
Gets or sets the external identifier.
Declaration
string ExternalId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets the identifier.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
PipelineJson
Gets the pipeline JSON with this as the central point.
Declaration
string PipelineJson { get; }
Property Value
Type | Description |
---|---|
System.String |