ActivityXamlServices Class (System.Activities.XamlIntegration)

Definition

Namespace:
System.Activities.XamlIntegration
Assembly:
System.Activities.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Creates an instance of an activity tree described in XAML.

public ref class ActivityXamlServices abstract sealed
public static class ActivityXamlServices
type ActivityXamlServices = class
Public Class ActivityXamlServices
Inheritance

ActivityXamlServices

Methods

Name Description
CreateBuilderReader(XamlReader, XamlSchemaContext)

Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult> using the specified schema context.

CreateBuilderReader(XamlReader)

Maps an x:Class activity tree from the specified reader to an ActivityBuilder or ActivityBuilder<TResult>.

CreateBuilderWriter(XamlWriter)

Maps an ActivityBuilder or ActivityBuilder<TResult> from the specified writer to an x:Class activity tree.

CreateFactory(XamlReader, Type)

Returns a delegate method for the specified XAML reader with return value of specified type.

CreateFactory<T>(XamlReader)

Returns a delegate method for the specified XAML reader with return value of specified type.

CreateReader(Stream)

Maps an x:Class activity tree from the specified stream to an DynamicActivity or DynamicActivity<TResult>.

CreateReader(XamlReader, XamlSchemaContext)

Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult> using the specified schema context.

CreateReader(XamlReader)

Maps an x:Class activity tree from the specified reader to an DynamicActivity or DynamicActivity<TResult>.

InitializeComponent(Type, Object)

Initializes the specified component.

Load(Stream, ActivityXamlServicesSettings)

Creates an instance of the declarative workflow described in the specified stream.

Load(Stream)

Creates an instance of the declarative workflow described in the specified stream.

Load(String, ActivityXamlServicesSettings)

Creates an instance of the declarative workflow described in the specified file.

Load(String)

Creates an instance of the declarative workflow described in the specified file.

Load(TextReader, ActivityXamlServicesSettings)

Creates an instance of the declarative workflow described in the specified text reader.

Load(TextReader)

Creates an instance of the declarative workflow described in the specified text reader.

Load(XamlReader, ActivityXamlServicesSettings)

Creates an instance of the declarative workflow described in the specified XAML reader.

Load(XamlReader)

Creates an instance of the declarative workflow described in the specified XAML reader.

Load(XmlReader, ActivityXamlServicesSettings)

Creates an instance of the declarative workflow described in the specified XML reader.

Load(XmlReader)

Creates an instance of the declarative workflow described in the specified XML reader.

Applies to