Table of Contents

Class JobType

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

Represents type of a Job.

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

Remarks

The expected format is Namespace.Type.

Constructors

JobType(string)

Represents type of a Job.

public JobType(string Value)

Parameters

Value string

String representation of the job type.

Remarks

The expected format is Namespace.Type.

Fields

NotSet

The JobType for when it is not set.

public static readonly JobType NotSet

Field Value

JobType

Operators

implicit operator JobType(string)

Implicitly convert from string to JobType.

public static implicit operator JobType(string type)

Parameters

type string

Type to convert from.

Returns

JobType