WorkflowIdentity 클래스
정의
지속된 워크플로 인스턴스를 해당 워크플로 정의에 매핑합니다.Maps a persisted workflow instance to its corresponding workflow definition.
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의 동적 업데이트 기능을 지원합니다.This class supports the versioning and dynamic update functionality of Windows Workflow Foundation. 워크플로 버전 관리, 워크플로 id 및 동적 업데이트에 대 한 자세한 내용은 다음 항목을 참조 하세요.For more information about workflow versioning, workflow identity, and dynamic update, see the following topics:
워크플로 버전 관리Workflow Versioning
에 도입 된 워크플로 버전 관리 기능을 설명 .NET Framework 4.5.NET Framework 4.5합니다.Describes the workflow versioning functionality introduced in .NET Framework 4.5.NET Framework 4.5.동적 업데이트Dynamic Update
동적 업데이트를 사용 하 여 지속형된 워크플로 인스턴스의 워크플로 정의 업데이트 하는 방법에 설명 합니다.Describes how to update the workflow definition of a persisted workflow instance by using dynamic update.WorkflowApplication Id 및 버전 관리를 사용 하 여Using WorkflowApplication Identity and Versioning
WorkflowIdentity를 사용하여 여러 버전의 워크플로를 함께 호스트하는 방법에 대해 설명합니다.Describes how to use WorkflowIdentity to host multiple versions of a workflow side-by-side.WorkflowServiceHost에서 Side-by-side 버전 관리Side by Side Versioning in WorkflowServiceHost
여러 버전의 단일 엔드포인트에서 워크플로 호스트 하는 방법을 설명 합니다.Describes how to host multiple versions of a workflow on a single endpoint.방법: 여러 버전의 워크플로를 함께 호스팅How to: Host Multiple Versions of a Workflow Side-by-Side
이 단계는 초보자를 위한 자습서 하는 워크플로 정의 업데이트 하 고 동시에 이전 및 새 정의 사용 하 여 워크플로 호스팅하는 방법을 보여 줍니다.This step in the Getting Started Tutorial demonstrates updating a workflow definition, and hosting workflows using both the old and new definition at the same time.방법: 실행 중인 워크플로 인스턴스의 정의 업데이트How to: Update the Definition of a Running Workflow Instance
이 단계는 초보자를 위한 자습서 새 워크플로 정의 사용 하 여 지속형된 워크플로 인스턴스를 업데이트 하는 방법을 보여 줍니다.This step in the Getting Started Tutorial demonstrates updating persisted workflow instances to use a new workflow definition.
생성자
WorkflowIdentity() |
WorkflowIdentity 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the WorkflowIdentity class. |
WorkflowIdentity(String, Version, String) |
이름, 버전 및 패키지를 사용하여 WorkflowIdentity 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the WorkflowIdentity class using the name, version, and package. |
속성
Name |
워크플로 ID의 이름을 가져오거나 설정합니다.Gets or sets the name of the workflow identity. |
Package |
워크플로 ID의 패키지를 가져오거나 설정합니다.Gets or sets the package of the workflow identity. |
Version |
워크플로 ID의 버전을 가져오거나 설정합니다.Gets or sets the version of the workflow identity. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. |
Equals(WorkflowIdentity) |
현재 WorkflowIdentity와 지정된 WorkflowIdentity가 같은지 여부를 확인합니다.Determines whether the current WorkflowIdentity and the specified WorkflowIdentity are the same. |
GetHashCode() |
이 워크플로 ID에 대한 해시 코드를 반환합니다.Returns the hash code for this workflow identity. |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
Parse(String) |
WorkflowIdentity의 문자열 표현으로 변환합니다.Converts the string representation of the WorkflowIdentity. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. |
TryParse(String, WorkflowIdentity) |
문자열을 구문 분석하고 WorkflowIdentity의 새 인스턴스를 만듭니다.Parses the string and creates a new instance of a WorkflowIdentity. |