Class JobStepType
Represents type of a job step.
public record JobStepType : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<JobStepType>
- Inheritance
-
JobStepType
- Implements
- Inherited Members
Remarks
The expected format is Namespace.Type.
Constructors
JobStepType(string)
Represents type of a job step.
public JobStepType(string Value)
Parameters
ValuestringString representation of the job type.
Remarks
The expected format is Namespace.Type.
Fields
NotSet
The JobStepType for when it is not set.
public static readonly JobStepType NotSet
Field Value
Operators
implicit operator JobStepType(string)
public static implicit operator JobStepType(string value)
Parameters
valuestring