Show / Hide Table of Contents

Class WorkflowIdentity

Inheritance
System.Object
WorkflowIdentity
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowIdentity : Object, IEquatable<WorkflowIdentity>

Constructors

WorkflowIdentity()

Declaration
public WorkflowIdentity()

WorkflowIdentity(String, Version, String)

Declaration
public WorkflowIdentity(string name, Version version, string package)
Parameters
System.String name

System.Version version

System.String package

Properties

Name

Declaration
public string Name { get; set; }
Property Value
System.String

Package

Declaration
public string Package { get; set; }
Property Value
System.String

Version

Declaration
public Version Version { get; set; }
Property Value
System.Version

Methods

Equals(WorkflowIdentity)

Declaration
public bool Equals(WorkflowIdentity other)
Parameters
WorkflowIdentity other

Returns
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

Returns
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

Parse(String)

Declaration
public static WorkflowIdentity Parse(string identity)
Parameters
System.String identity

Returns
WorkflowIdentity

ToString()

Declaration
public override string ToString()
Returns
System.String

TryParse(String, out WorkflowIdentity)

Declaration
public static bool TryParse(string identity, out WorkflowIdentity result)
Parameters
System.String identity

WorkflowIdentity result

Returns
System.Boolean

Back to top Generated by DocFX