WorkflowViewStateService Classe

Definição

Gerencia o estado de exibição do designer de atividade e seus itens de modelo subjacentes.Manages the view state of the activity designer and its underlying model items.

public ref class WorkflowViewStateService : System::Activities::Presentation::View::ViewStateService
public class WorkflowViewStateService : System.Activities.Presentation.View.ViewStateService
type WorkflowViewStateService = class
    inherit ViewStateService
Public Class WorkflowViewStateService
Inherits ViewStateService
Herança
WorkflowViewStateService

Comentários

Implementa ViewStateService e gera uma propriedade Text que armazena e recupera seu valor de um estado de exibição do controle associado.Implements ViewStateService and generates a text property that stores and retrieves its value from an associated control's view state.

Construtores

WorkflowViewStateService(EditingContext)

Cria uma instância do WorkflowViewStateService com um contexto de edição especificado.Creates an instance of the WorkflowViewStateService with a specified editing context.

Campos

ViewStateName

Especifica o nome do estado.Specifies the name of the state.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
GetViewState(Object)

Recupera o estado de exibição de um objeto especificado.Retrieves the view state for a specified object.

MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
RemoveViewState(ModelItem, String)

Remove o estado de exibição representado pela chave especificada e associado ao item de modelo especificado.Removes the view state represented by the specified key and associated with the specified model item.

RetrieveAllViewState(ModelItem)

Recupera o estado de exibição completo associado a um item de modelo especificado.Retrieves the complete view state associated with a specified model item.

RetrieveViewState(ModelItem, String)

Recupera o item que corresponde à chave especificada no estado de exibição associado a um item de modelo especificado.Retrieves the item that matches the specified key in the view state associated with a specified model item.

SetViewState(Object, Dictionary<String,Object>)

Define o estado de exibição na instância do parâmetro especificada para o valor do dicionário especificado.Sets the view state on the parameter instance specified to the dictionary value that is specified.

StoreViewState(ModelItem, String, Object)

Armazena o item representado por uma chave especificada no estado de exibição associado a um item de modelo especificado.Stores the item represented by a specified key in the view state associated with a specified model item.

StoreViewStateWithUndo(ModelItem, String, Object)

Registra a configuração atual do item representado pela chave especificada para que ele esteja disponível para uma operação de desfazer e, em seguida, armazena o item representado pela chave especificada no estado de exibição do item de modelo especificado.Records the current setting of the item represented by the specified key so that it is available for an undo operation and then stores the item represented by the specified key in the view state of the specified model item.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Eventos

UndoableViewStateChanged

Um evento que sinaliza se foi feita uma alteração ao estado de exibição que pode ser desfeito do controle.An event that signals that a change has been made to the undoable view state of the control.

ViewStateChanged

Um evento que sinaliza se foi feita uma alteração ao estado de exibição do controle.An event that signals that a change has been made to the view state of the control.

Aplica-se a