IIdentifierCreationService Gränssnitt

Definition

Varning

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

Tillhandahåller en mekanism för att skapa unikt namngivna identifierare i ett angivet aktivitetsintervall.

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
Attribut

Kommentarer

Note

I det här materialet diskuteras typer och namnområden som är föråldrade. Mer information finns i Deprecated Types in Windows Workflow Foundation 4.5.

IIdentifierCreationService tillhandahåller en mekanism för att skapa unikt namngivna identifierare i en rad olika aktiviteter.

Metoder

Name Description
EnsureUniqueIdentifiers(CompositeActivity, ICollection)
Föråldrad.

Tillhandahåller en mekanism för att säkerställa att aktiviteter som läggs till i en CompositeActivity är unikt namngivna.

ValidateIdentifier(Activity, String)
Föråldrad.

Tillhandahåller en mekanism för att testa att en identifierare är unik i en Activity.

Gäller för