This documentation is archived and is not being maintained.
WorkflowMarkupSerializationManager Class
Visual Studio 2010
Manages design-time serialization to and from extensible Application Markup Language (XAML) for workflows.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The WorkflowMarkupSerializationManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkflowMarkupSerializationManager | Initializes a new instance of the WorkflowMarkupSerializationManager class by using the specified IDesignerSerializationManager. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets a stack-based, user-defined storage area that is useful for communication between serializers. |
![]() | LocalAssembly | Gets or sets the assembly that is associated with the current serializer. |
![]() | SerializationManager | Gets or sets the serialization manager to use with the current serializer. |
| Name | Description | |
|---|---|---|
![]() | AddSerializationProvider | Adds the specified serialization provider to the serialization manager. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSerializer | Returns a serializer of the specified type for an object of the specified type. |
![]() | GetService | Returns a service object of the specified type. |
![]() | GetType() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetType(String) | Returns a type of the specified name. |
![]() | GetType(XmlQualifiedName) | Returns that type associated with the specified XML qualified name. |
![]() | GetXmlQualifiedName | Returns the XML-qualified name associated with the specified type. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveSerializationProvider | Removes a custom serialization provider from the WorkflowMarkupSerializationManager. |
![]() | ReportError | Reports an error in serialization. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDesignerSerializationManager::CreateInstance | Creates an instance of the specified type and adds it to a collection of named instances. |
![]() ![]() | IDesignerSerializationManager::GetInstance | Returns an instance of a created object of the specified name. |
![]() ![]() | IDesignerSerializationManager::GetName | Returns the name of the specified object. |
![]() ![]() | IDesignerSerializationManager::Properties | Gets a collection of properties that can be serialized with available serializers. |
![]() ![]() | IDesignerSerializationManager::ResolveName | Occurs when GetName(Object) cannot locate the specified name in the serialization manager's name table. |
![]() ![]() | IDesignerSerializationManager::SerializationComplete | Occurs when serialization is complete. |
![]() ![]() | IDesignerSerializationManager::SetName | Sets the name of the specified existing object. |
A workflow or activity designer can use WorkflowMarkupSerializationManager to access services useful to managing design-time serialization processes. For example, WorkflowMarkupSerializationManager can be used to create objects, look up types, identify objects, and customize the serialization of particular types.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:


