IIdentifierCreationService Interfaccia

Definizione

Attenzione

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

Fornisce un meccanismo per creare identificatori denominati in modo univoco in un intervallo di attività specificato.

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
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

IIdentifierCreationService fornisce un meccanismo per creare identificatori denominati in modo univoco in un intervallo di attività.

Metodi

Nome Descrizione
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
Obsoleti.

Fornisce un meccanismo per garantire che le attività aggiunte a un CompositeActivity oggetto siano denominate in modo univoco.

ValidateIdentifier(Activity, String)
Obsoleti.

Fornisce un meccanismo per verificare che un identificatore sia univoco all'interno di un oggetto Activity.

Si applica a