Table of Contents

Class JobStepId

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

Represents the identifier of a job step.

public record JobStepId : ConceptAs<Guid>, IComparable<ConceptAs<Guid>>, IComparable<Guid>, IComparable, IEquatable<ConceptAs<Guid>>, IEquatable<JobStepId>
Inheritance
JobStepId
Implements
Inherited Members

Constructors

JobStepId(Guid)

Represents the identifier of a job step.

public JobStepId(Guid Value)

Parameters

Value Guid

Actual value.

Fields

Unknown

Gets the identifier for an unknown job step.

public static readonly JobStepId Unknown

Field Value

JobStepId

Methods

New()

Create a new unique JobStepId.

public static JobStepId New()

Returns

JobStepId

A new JobStepId.

Operators

implicit operator JobStepId(Guid)

Implicitly convert from Guid to JobStepId.

public static implicit operator JobStepId(Guid value)

Parameters

value Guid

Guid value to convert.

Returns

JobStepId