IIdentifierCreationService Interface

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Fornece um mecanismo para criar identificadores nomeados exclusivamente em um intervalo de atividades especificado.

public interface class IIdentifierCreationService
public interface IIdentifierCreationService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IIdentifierCreationService
type IIdentifierCreationService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IIdentifierCreationService = interface
Public Interface IIdentifierCreationService
Atributos

Comentários

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

IIdentifierCreationService fornece um mecanismo para criar identificadores nomeados exclusivamente em uma variedade de atividades.

Métodos

Nome Description
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
Obsoleto.

Fornece um mecanismo para garantir que as atividades adicionadas a um CompositeActivity sejam nomeadas exclusivamente.

ValidateIdentifier(Activity, String)
Obsoleto.

Fornece um mecanismo para testar se um identificador é exclusivo dentro de um Activity.

Aplica-se a