Class JobType
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
stringString 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
Operators
implicit operator JobType(string)
public static implicit operator JobType(string type)