Skip to content

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

 

NameDescription
Public methodCompareTo Compares the current object with another object of the same type.
Public methodEquals(Object) Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).)
Public methodEquals(StepIdentifier) Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode Returns a hash code for this instance. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

Operators

 

NameDescription
Public operatorStatic memberEquality Implements the operator ==.
Public operatorStatic memberExplicit(String to StepIdentifier) Performs an explicit conversion from String to StepIdentifier.
Public operatorStatic memberInequality Implements the operator !=.
  Back to Top

Fields

 

NameDescription
Public fieldStatic memberAnalysis The analysis step
Public fieldStatic memberComplete The complete step
Public fieldStatic memberImport The import step
Public fieldStatic memberLaunch The launch test step
Public fieldStatic memberSequence The sequencing step
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace

Was this article helpful?