Table of Contents

Class SimulatorRoutineRevisionInfo

Namespace
Cognite.Simulator.Extensions
Assembly
Cognite.Simulator.Extensions.dll

Represents a simulator routine short info

public class SimulatorRoutineRevisionInfo
Inheritance
SimulatorRoutineRevisionInfo
Inherited Members

Properties

ExternalId

Routine revision external id

public string ExternalId { get; set; }

Property Value

string

ExternalIdSafeChars

Routine external id with special characters replaced

public string ExternalIdSafeChars { get; }

Property Value

string

Model

Simulator model associated with this routine

public SimulatorModelInfo Model { get; set; }

Property Value

SimulatorModelInfo

RoutineExternalId

Routine external id

public string RoutineExternalId { get; set; }

Property Value

string