StepIdentifier Class¶
Types of the step in AppV solution
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Solutions.AppV.Processing.StepIdentifier
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Processing
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public sealed class StepIdentifier : IEquatable<StepIdentifier>,
IComparable<StepIdentifier>
VB¶
Public NotInheritable Class StepIdentifier
Implements IEquatable(Of StepIdentifier), IComparable(Of StepIdentifier)
The StepIdentifier type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | CompareTo | Compares the current object with another object of the same type. |
![]() | Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).) |
![]() | Equals(StepIdentifier) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |
Operators¶
Name | Description | |
---|---|---|
![]() ![]() | Equality | Implements the operator ==. |
![]() ![]() | Explicit(String to StepIdentifier) | Performs an explicit conversion from String to StepIdentifier. |
![]() ![]() | Inequality | Implements the operator !=. |
Fields¶
Name | Description | |
---|---|---|
![]() ![]() | Analysis | The analysis step |
![]() ![]() | Complete | The complete step |
![]() ![]() | Import | The import step |
![]() ![]() | Launch | The launch test step |
![]() ![]() | Sequence | The sequencing step |