ActivityXamlServices Class

.NET Framework (current version)
 

Creates an instance of an activity tree described in XAML.

Namespace:   System.Activities.XamlIntegration
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.XamlIntegration::ActivityXamlServices

public ref class ActivityXamlServices abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateBuilderReader(XamlReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateBuilderReader(XamlReader^, XamlSchemaContext^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateBuilderWriter(XamlWriter^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateFactory(XamlReader^, Type^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateFactory<T>(XamlReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateReader(Stream^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateReader(XamlReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateReader(XamlReader^, XamlSchemaContext^)

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

System_CAPS_pubmethodSystem_CAPS_staticInitializeComponent(Type^, Object^)

Initializes the specified component.

System_CAPS_pubmethodSystem_CAPS_staticLoad(Stream^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(Stream^, ActivityXamlServicesSettings^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(String^, ActivityXamlServicesSettings^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(TextReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(TextReader^, ActivityXamlServicesSettings^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(XamlReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(XamlReader^, ActivityXamlServicesSettings^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(XmlReader^)

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

System_CAPS_pubmethodSystem_CAPS_staticLoad(XmlReader^, ActivityXamlServicesSettings^)

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

.NET Framework
Available since 4.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: