IIdentifierCreationService Interfaz

Definición

Precaución

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

Proporciona un mecanismo para crear identificadores con nombre único a lo largo de un intervalo de actividades 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

Comentarios

Note

En este material se describen los tipos y los espacios de nombres que están obsoletos. Para obtener más información, consulte Deprecated Types in Windows Workflow Foundation 4.5.

IIdentifierCreationService proporciona un mecanismo para crear identificadores con nombre único a lo largo de una variedad de actividades.

Métodos

Nombre Description
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
Obsoletos.

Proporciona un mecanismo para asegurarse de que las actividades agregadas a un CompositeActivity elemento tienen un nombre único.

ValidateIdentifier(Activity, String)
Obsoletos.

Proporciona un mecanismo para probar que un identificador es único dentro de .Activity

Se aplica a