This documentation is archived and is not being maintained.

CompositeActivityMarkupSerializer Class

Provides extensible Application Markup Language (XAML) serialization services for a CompositeActivity.

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

public ref class CompositeActivityMarkupSerializer : public ActivityMarkupSerializer

The CompositeActivityMarkupSerializer type exposes the following members.

  NameDescription
Public methodCompositeActivityMarkupSerializerInitializes a new instance of the CompositeActivityMarkupSerializer class.
Top

  NameDescription
Protected methodAddChildAdds a child object to the specified object. (Inherited from WorkflowMarkupSerializer.)
Protected methodCanSerializeToStringReturns a Boolean that indicates whether the specified object can be serialized to a string. (Inherited from WorkflowMarkupSerializer.)
Protected methodClearChildrenRemoves all child objects from the specified object. (Inherited from WorkflowMarkupSerializer.)
Protected methodCreateInstanceCreates an instance of the specified Type using the specified WorkflowMarkupSerializationManager. (Inherited from ActivityMarkupSerializer.)
Public methodDeserialize(XmlReader)Deserializes workflow markup into an Object. (Inherited from WorkflowMarkupSerializer.)
Public methodDeserialize(IDesignerSerializationManager, XmlReader)Deserializes workflow markup into an Object using the specified serialization manager. (Inherited from WorkflowMarkupSerializer.)
Protected methodDeserializeFromStringDeserializes extensible Application Markup Language (XAML) content from the specified string according to the given type of the property to deserialize. (Inherited from WorkflowMarkupSerializer.)
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.)
Protected methodGetChildrenRetrieves a list of child objects for the specified object (Inherited from WorkflowMarkupSerializer.)
Protected methodGetEventsRetrieves information about all events associated with the specified Object. (Inherited from WorkflowMarkupSerializer.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Protected methodGetPropertiesRetrieves information about all properties associated with the specified object. (Inherited from WorkflowMarkupSerializer.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Protected methodOnAfterDeserializeOverridden. Notifies the WorkflowMarkupSerializer that an object has just been deserialized. (Inherited from WorkflowMarkupSerializer.)
Protected methodOnAfterSerializeNotifies the ActivityMarkupSerializer that an object has just been serialized. (Inherited from ActivityMarkupSerializer.)
Protected methodOnBeforeDeserializeOverridden. Notifies the WorkflowMarkupSerializer that an object is about to be deserialized. (Inherited from WorkflowMarkupSerializer.)
Protected methodOnBeforeSerializeNotifies the ActivityMarkupSerializer that an object is about to be serialized. (Inherited from ActivityMarkupSerializer.)
Public methodSerialize(XmlWriter, Object)Serializes the specified Object into a workflow markup file or stream. (Inherited from WorkflowMarkupSerializer.)
Public methodSerialize(IDesignerSerializationManager, XmlWriter, Object)Serializes the specified Object into a workflow markup file or stream using the specified serialization manager. (Inherited from WorkflowMarkupSerializer.)
Protected methodSerializeToStringSerializes the specified Object to a string. (Inherited from WorkflowMarkupSerializer.)
Protected methodShouldSerializeValueReturns a value that indicates whether the WorkflowMarkupSerializer should serialize the specified Object. (Inherited from WorkflowMarkupSerializer.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

CompositeActivityMarkupSerializer performs any serialization required for composite activities to be represented in an XAML file associated with a workflow designer.

.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: