HashTreeBinder - класс

Объект, осуществляющий связь значений хеша с значениями в секциях карточки с учетом возможности привязки данных к хешам родительского узла и процесса. Также осуществляет обновление имен полей, имеющих ссылки на переходы процесса.

Definition

Пространство имён: Tessa.Workflow.Storage
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public sealed class HashTreeBinder : IWorkflowHashBinder
Inheritance
Object    HashTreeBinder
Implements
IWorkflowHashBinder

Конструкторы

HashTreeBinderИнициализирует новый экземпляр класса HashTreeBinder

Методы

AddLinkBinding(WorkflowStorageBase, String) Создаёт новую привязку для связи.
AddLinkBinding(WorkflowStorageBase, String, String) Создаёт новую привязку для связи.
AttachAction Создаёт привязку для указанного действия.
AttachNode Создаёт привязку для указанного узла.
AttachProcess Создаёт привязку для указанного процесса.
CreateFieldBindingAsync Создаёт привязку поля строковой секции к хешу.
CreateRowFieldBindingAsync Создаёт привязку поля строки коллекционной или древовидной секции к хешу.
CreateTableBindingAsync Создаёт привязку табличной секции к хешу.
DetachActionAsync Удаляет привязку для указанного действия.
DetachNodeAsync Удаляет привязку для указанного узла.
DetachProcessAsync Удаляет привязку для указанного процесса.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetFieldError(CardSection, String) 
GetFieldError(CardSection, CardRow, String) 
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetSectionError 
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MoveLinkBindings 
RemoveRowBinding(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, String, Int32) 
RemoveRowBinding(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, String, Int32) 
ToStringReturns a string that represents the current object.
(Унаследован от Object)
UpdateBinded(WorkflowStorageBase, String, Object, Object) 
UpdateBinded(WorkflowStorageBase, String, Int32, String, Object, Object) 
UpdateBinded(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, String, Object, Object) 
UpdateBinded(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, Object, Object, String) 
UpdateBinded(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, String, Int32, String, Object, Object) 
UpdateInserted(WorkflowStorageBase, String, Int32) 
UpdateInserted(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, String, Int32) 
UpdateInserted(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, String, Int32) 
UpdateRemoved(WorkflowStorageBase, String, Int32) 
UpdateRemoved(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, String, Int32) 
UpdateRemoved(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, String, Int32) 

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также