Class Step
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents an individual step, typically within a sequence or workflow.
public class Step
- Inheritance
-
Step
- Inherited Members
- Extension Methods
Properties
Class
public string? Class { get; set; }
Property Value
DesignProperties
public UiFontData? DesignProperties { get; set; }
Property Value
RotationTime
public int? RotationTime { get; set; }
Property Value
- int?
Text
public string? Text { get; set; }
Property Value
Type
public DisplayConfigEnums.StepType? Type { get; set; }