StateMachineWithInitialStateFactory Class

Definition

Creates a state machine activity that contains an initial state.

public ref class StateMachineWithInitialStateFactory sealed : System::Activities::Presentation::IActivityTemplateFactory
public sealed class StateMachineWithInitialStateFactory : System.Activities.Presentation.IActivityTemplateFactory
type StateMachineWithInitialStateFactory = class
    interface IActivityTemplateFactory
Public NotInheritable Class StateMachineWithInitialStateFactory
Implements IActivityTemplateFactory
Inheritance
StateMachineWithInitialStateFactory
Implements

Constructors

StateMachineWithInitialStateFactory()

Initializes a new instance of the StateMachineWithInitialStateFactory class.

Methods

Create(DependencyObject)

Creates a state machine activity that contains an initial state.

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