Język

IIdentifierCreationService Interfejs

Definicja

Uwaga

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

Udostępnia mechanizm tworzenia unikatowych nazwanych identyfikatorów w określonym zakresie działań.

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
Atrybuty

Uwagi

Note

W tym materiale omówiono typy i przestrzenie nazw, które są przestarzałe. Aby uzyskać więcej informacji, zobacz Deprecated Types in Windows Workflow Foundation 4.5.

IIdentifierCreationService Udostępnia mechanizm tworzenia unikatowych nazwanych identyfikatorów w całym zakresie działań.

Metody

Nazwa Opis
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
Przestarzałe.

Zapewnia mechanizm zapewniający, że działania dodane do elementu CompositeActivity są unikatowo nazwane.

ValidateIdentifier(Activity, String)
Przestarzałe.

Udostępnia mechanizm testowania, że identyfikator jest unikatowy w obrębie elementu Activity.

Dotyczy