IIdentifierCreationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Provides a mechanism to create uniquely named identifiers throughout a specified range of activities.
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
- Attributes
Remarks
Note
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.
Methods
EnsureUniqueIdentifiers(CompositeActivity, ICollection) |
Provides a mechanism to ensure that Activities added to a CompositeActivity are uniquely named. |
ValidateIdentifier(Activity, String) |
Provides a mechanism to test that an identifier is unique within an Activity. |