This documentation is archived and is not being maintained.

ActivityCodeDomSerializationManager Class

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

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

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

public ref class ActivityCodeDomSerializationManager : IDesignerSerializationManager, 
	IServiceProvider

The ActivityCodeDomSerializationManager type exposes the following members.

  NameDescription
Public methodActivityCodeDomSerializationManagerInitializes a new instance of the ActivityCodeDomSerializationManager class.
Top

  NameDescription
Public propertyContextGets the ContextStack associated with ActivityCodeDomSerializationManager.
Public propertyPropertiesGets a PropertyDescriptorCollection that contains a read-only collection of type PropertyDescriptor.
Protected propertySerializationManagerGets the IDesignerSerializationManager associated with the ActivityCodeDomSerializationManager.
Top

  NameDescription
Public methodAddSerializationProviderAdds the specified serialization provider to the serialization manager.
Public methodCreateInstanceCreates an instance of the specified type and adds it to a collection of named instances.
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetInstanceGets an Object of the specified name, or null if that Object does not exist.
Public methodGetNameGets the name of the specified Object, or null if the Object has no name.
Public methodGetSerializerGets a serializer of the requested type for the specified Object type.
Public methodGetServiceGets an Object that provides a service of the specified Type.
Public methodGetType()Gets the Type of the current instance. (Inherited from Object.)
Public methodGetType(String)Gets a Type of the specified name.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodRemoveSerializationProviderRemoves a custom serialization provider from the serialization manager.
Public methodReportErrorReports an error in serialization.
Public methodSetNameSets the name of the specified existing Object.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public eventResolveNameOccurs when GetName cannot locate the specified name in the serialization manager name table.
Public eventSerializationCompleteOccurs when serialization is complete.
Top

.NET Framework

Supported in: 4, 3.5, 3.0

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.

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