WorkflowIdentity 클래스

정의

지속된 워크플로 인스턴스를 해당 워크플로 정의에 매핑합니다.

public ref class WorkflowIdentity : IEquatable<System::Activities::WorkflowIdentity ^>
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.WorkflowIdentityConverter))]
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public class WorkflowIdentity : IEquatable<System.Activities.WorkflowIdentity>
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.WorkflowIdentityConverter))>]
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type WorkflowIdentity = class
    interface IEquatable<WorkflowIdentity>
Public Class WorkflowIdentity
Implements IEquatable(Of WorkflowIdentity)
상속
WorkflowIdentity
특성
구현

설명

이 클래스는 버전 관리 및 Windows Workflow Foundation의 동적 업데이트 기능을 지원합니다. 워크플로 버전 관리, 워크플로 id 및 동적 업데이트에 대 한 자세한 내용은 다음 항목을 참조 하세요.

생성자

WorkflowIdentity()

WorkflowIdentity 클래스의 새 인스턴스를 초기화합니다.

WorkflowIdentity(String, Version, String)

이름, 버전 및 패키지를 사용하여 WorkflowIdentity 클래스의 새 인스턴스를 초기화합니다.

속성

Name

워크플로 ID의 이름을 가져오거나 설정합니다.

Package

워크플로 ID의 패키지를 가져오거나 설정합니다.

Version

워크플로 ID의 버전을 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

Equals(WorkflowIdentity)

현재 WorkflowIdentity와 지정된 WorkflowIdentity가 같은지 여부를 확인합니다.

GetHashCode()

이 워크플로 ID에 대한 해시 코드를 반환합니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Parse(String)

WorkflowIdentity의 문자열 표현으로 변환합니다.

ToString()

현재 개체를 나타내는 문자열을 반환합니다.

TryParse(String, WorkflowIdentity)

문자열을 구문 분석하고 WorkflowIdentity의 새 인스턴스를 만듭니다.

적용 대상