IIdentifierCreationService Interface

 
Note: This API is now obsolete.

Provides a mechanism to create uniquely named identifiers throughout a specified range of activities.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface class IIdentifierCreationService

NameDescription
System_CAPS_pubmethodEnsureUniqueIdentifiers(CompositeActivity^, ICollection^)

Provides a mechanism to ensure that Activities added to a CompositeActivity are uniquely named.

System_CAPS_pubmethodValidateIdentifier(Activity^, String^)

Provides a mechanism to test that an identifier is unique within an Activity.

System_CAPS_noteNote

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

IIdentifierCreationService provides a mechanism to create uniquely named identifiers throughout a range of activities.

The following example shows an implementation of the IIdentifierCreationService. This service ensures that each of the identifiers used within the current workflow is unique.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: