ActivityTemplateFactory<T> Class

Definition

Represents a class that is the XAML representation for an IActivityTemplateFactory.

generic <typename T>
 where T : classpublic ref class ActivityTemplateFactory abstract : System::Activities::Presentation::IActivityTemplateFactory<T>
[System.Windows.Markup.ContentProperty("Implementation")]
public abstract class ActivityTemplateFactory<T> : System.Activities.Presentation.IActivityTemplateFactory<T> where T : class
[<System.Windows.Markup.ContentProperty("Implementation")>]
type ActivityTemplateFactory<'T (requires 'T : null)> = class
    interface IActivityTemplateFactory<'T (requires 'T : null)>
Public MustInherit Class ActivityTemplateFactory(Of T)
Implements IActivityTemplateFactory(Of T)

Type Parameters

T

The type this factory created.

Inheritance
ActivityTemplateFactory<T>
Attributes
Implements

Constructors

ActivityTemplateFactory<T>()

Initializes a new instance of the ActivityTemplateFactory<T> class.

Properties

Implementation

Gets or sets the factory method that creates an activity as the implementation.

Methods

Create(DependencyObject, IDataObject)

Creates an activity by calling Implementation.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to