WorkflowIdentity Classe
Definição
Mapeia uma instância de fluxo de trabalho persistente para sua definição de fluxo de trabalho correspondente.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)
- Herança
-
WorkflowIdentity
- Atributos
- Implementações
Comentários
Esta classe dá suporte ao controle de versão e à funcionalidade de atualização dinâmica do Windows Workflow Foundation.This class supports the versioning and dynamic update functionality of Windows Workflow Foundation. Para obter mais informações sobre controle de versão de fluxo de trabalho, identidade de fluxo de trabalho e atualização dinâmica, consulte os seguintes tópicos:For more information about workflow versioning, workflow identity, and dynamic update, see the following topics:
Controle de versão de fluxo de trabalhoWorkflow Versioning
Descreve a funcionalidade de controle de versão do fluxo de trabalho introduzida no .NET Framework 4,5.Describes the workflow versioning functionality introduced in .NET Framework 4.5.Atualização dinâmicaDynamic Update
Descreve como atualizar a definição de fluxo de trabalho de uma instância de fluxo de trabalho persistente usando a atualização dinâmica.Describes how to update the workflow definition of a persisted workflow instance by using dynamic update.Usando identidade e controle de versão WorkflowApplicationUsing WorkflowApplication Identity and Versioning
Descreve como usar WorkflowIdentity para hospedar várias versões de um fluxo de trabalho lado a lado.Describes how to use WorkflowIdentity to host multiple versions of a workflow side-by-side.Controle de versão lado a lado no WorkflowServiceHostSide by Side Versioning in WorkflowServiceHost
Descreve como hospedar várias versões de um fluxo de trabalho em um único ponto de extremidade.Describes how to host multiple versions of a workflow on a single endpoint.Como: hospedar várias versões de um fluxo de trabalho lado a ladoHow to: Host Multiple Versions of a Workflow Side-by-Side
Esta etapa no tutorial de introdução demonstra como atualizar uma definição de fluxo de trabalho e hospedar fluxos de trabalho usando a definição antiga e nova ao mesmo tempo.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.Como: atualizar a definição de uma instância de fluxo de trabalho em execuçãoHow to: Update the Definition of a Running Workflow Instance
Esta etapa no tutorial de introdução demonstra como atualizar instâncias de fluxo de trabalho persistentes para usar uma nova definição de fluxo de trabalho.This step in the Getting Started Tutorial demonstrates updating persisted workflow instances to use a new workflow definition.
Construtores
| WorkflowIdentity() |
Inicializa uma nova instância da classe WorkflowIdentity.Initializes a new instance of the WorkflowIdentity class. |
| WorkflowIdentity(String, Version, String) |
Inicializa uma nova instância da classe WorkflowIdentity usando o nome, a versão e o pacote.Initializes a new instance of the WorkflowIdentity class using the name, version, and package. |
Propriedades
| Name |
Obtém ou define o nome da identidade do fluxo de trabalho.Gets or sets the name of the workflow identity. |
| Package |
Obtém ou define o pacote de identidade do fluxo de trabalho.Gets or sets the package of the workflow identity. |
| Version |
Obtém ou define a versão da identidade do fluxo de trabalho.Gets or sets the version of the workflow identity. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. |
| Equals(WorkflowIdentity) |
Determina se a WorkflowIdentity atual e a WorkflowIdentity especificada são iguais.Determines whether the current WorkflowIdentity and the specified WorkflowIdentity are the same. |
| GetHashCode() |
Retorna o código hash dessa identidade de fluxo de trabalho.Returns the hash code for this workflow identity. |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| Parse(String) |
Converte a representação de cadeia de caracteres da WorkflowIdentity.Converts the string representation of the WorkflowIdentity. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. |
| TryParse(String, WorkflowIdentity) |
Analisa a cadeia de caracteres e cria uma nova instância de uma WorkflowIdentity.Parses the string and creates a new instance of a WorkflowIdentity. |