ActivityCodeDomSerializationManager Class

 
Note: This API is now obsolete.

Manages serialization of activities into designer-generated source code segments before compilation.

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

System::Object
  System.Workflow.ComponentModel.Serialization::ActivityCodeDomSerializationManager

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public ref class ActivityCodeDomSerializationManager : IDesignerSerializationManager, 
	IServiceProvider

NameDescription
System_CAPS_pubmethodActivityCodeDomSerializationManager(IDesignerSerializationManager^)

Initializes a new instance of the ActivityCodeDomSerializationManager class.

NameDescription
System_CAPS_pubpropertyContext

Gets the ContextStack associated with ActivityCodeDomSerializationManager.

System_CAPS_pubpropertyProperties

Gets a PropertyDescriptorCollection that contains a read-only collection of type PropertyDescriptor.

System_CAPS_protpropertySerializationManager

Gets the IDesignerSerializationManager associated with the ActivityCodeDomSerializationManager.

NameDescription
System_CAPS_pubmethodAddSerializationProvider(IDesignerSerializationProvider^)

Adds the specified serialization provider to the serialization manager.

System_CAPS_pubmethodCreateInstance(Type^, ICollection^, String^, Boolean)

Creates an instance of the specified type and adds it to a collection of named instances.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetInstance(String^)

Gets an Object of the specified name, or null if that Object does not exist.

System_CAPS_pubmethodGetName(Object^)

Gets the name of the specified Object, or null if the Object has no name.

System_CAPS_pubmethodGetSerializer(Type^, Type^)

Gets a serializer of the requested type for the specified Object type.

System_CAPS_pubmethodGetService(Type^)

Gets an Object that provides a service of the specified Type.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodGetType(String^)

Gets a Type of the specified name.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemoveSerializationProvider(IDesignerSerializationProvider^)

Removes a custom serialization provider from the serialization manager.

System_CAPS_pubmethodReportError(Object^)

Reports an error in serialization.

System_CAPS_pubmethodSetName(Object^, String^)

Sets the name of the specified existing Object.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubeventResolveName

Occurs when GetName cannot locate the specified name in the serialization manager name table.

System_CAPS_pubeventSerializationComplete

Occurs when serialization is complete.

System_CAPS_noteNote

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

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: