Class JobStepName
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
stringThe actual value.
Fields
NotSet
The name of a job step that is not set.
public static readonly JobStepName NotSet
Field Value
Operators
implicit operator string(JobStepName)
Implicitly convert from JobStepName to string.
public static implicit operator string(JobStepName value)
Parameters
value
JobStepNameJobStepName to convert from.
Returns
implicit operator JobStepName(string)
Implicitly convert from string to JobStepName.
public static implicit operator JobStepName(string value)
Parameters
value
stringString to convert from.