Table of Contents

Class JobStepType

Namespace
Cratis.Chronicle.Jobs
Assembly
Cratis.Chronicle.dll

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

Value string

String 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

JobStepType

Operators

implicit operator JobStepType(string)

public static implicit operator JobStepType(string value)

Parameters

value string

Returns

JobStepType