WorkflowViewState Class

Definition

Class defining ViewStateManager and ViewStateId attached properties.

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

Fields

IdRefProperty

Attachable property for IdRef.

ViewStateManagerProperty

Attachable property for ViewStateManager.

Methods

GetIdRef(Object)

Specifies a Get RefId attached property value from an object if set.

GetViewStateManager(Object)

Specifies a Get ViewStateManager attached property value from an object if set.

SetIdRef(Object, String)

Specifies a Set IdRef as an attached property of an object.

SetViewStateManager(Object, ViewStateManager)

Specifies a Set ViewStateManager as an attached property on an object.

Applies to