Table of Contents

Class JobStepName

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

Represents the name of a job step.

public record JobStepName : ConceptAs<string>, IComparable<ConceptAs<string>>, IComparable<string>, IComparable, IEquatable<ConceptAs<string>>, IEquatable<JobStepName>
Inheritance
JobStepName
Implements
Inherited Members

Constructors

JobStepName(string)

Represents the name of a job step.

public JobStepName(string Value)

Parameters

Value string

The actual value.

Fields

NotSet

The name of a job step that is not set.

public static readonly JobStepName NotSet

Field Value

JobStepName

Operators

implicit operator string(JobStepName)

Implicitly convert from JobStepName to string.

public static implicit operator string(JobStepName value)

Parameters

value JobStepName

JobStepName to convert from.

Returns

string

implicit operator JobStepName(string)

Implicitly convert from string to JobStepName.

public static implicit operator JobStepName(string value)

Parameters

value string

String to convert from.

Returns

JobStepName