This documentation is archived and is not being maintained.
ActivityCodeDomSerializationManager Class
Visual Studio 2010
Manages serialization of activities into designer-generated source code segments before compilation.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The ActivityCodeDomSerializationManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActivityCodeDomSerializationManager | Initializes a new instance of the ActivityCodeDomSerializationManager class. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the ContextStack associated with ActivityCodeDomSerializationManager. |
![]() | Properties | Gets a PropertyDescriptorCollection that contains a read-only collection of type PropertyDescriptor. |
![]() | SerializationManager | Gets the IDesignerSerializationManager associated with the ActivityCodeDomSerializationManager. |
| Name | Description | |
|---|---|---|
![]() | AddSerializationProvider | Adds the specified serialization provider to the serialization manager. |
![]() | CreateInstance | Creates an instance of the specified type and adds it to a collection of named instances. |
![]() | 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.) |
![]() | GetInstance | Gets an Object of the specified name, or null if that Object does not exist. |
![]() | GetName | Gets the name of the specified Object, or null if the Object has no name. |
![]() | GetSerializer | Gets a serializer of the requested type for the specified Object type. |
![]() | GetService | Gets an Object that provides a service of the specified Type. |
![]() | GetType() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetType(String) | Gets a Type of the specified name. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveSerializationProvider | Removes a custom serialization provider from the serialization manager. |
![]() | ReportError | Reports an error in serialization. |
![]() | SetName | Sets the name of the specified existing Object. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ResolveName | Occurs when GetName cannot locate the specified name in the serialization manager name table. |
![]() | SerializationComplete | Occurs when serialization is complete. |
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:
