HashTreeBinder - класс
Объект, осуществляющий связь значений хеша с значениями в секциях карточки с учетом возможности привязки данных к хешам родительского узла и процесса.
Также осуществляет обновление имен полей, имеющих ссылки на переходы процесса.
Пространство имён: Tessa.Workflow.StorageСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public sealed class HashTreeBinder : IWorkflowHashBinder
Public NotInheritable Class HashTreeBinder
Implements IWorkflowHashBinder
public ref class HashTreeBinder sealed : IWorkflowHashBinder
[<SealedAttribute>]
type HashTreeBinder =
class
interface IWorkflowHashBinder
end
- Inheritance
- Object HashTreeBinder
- Implements
- IWorkflowHashBinder
AddLinkBinding(WorkflowStorageBase, String) |
Создаёт новую привязку для связи.
|
AddLinkBinding(WorkflowStorageBase, String, String) |
Создаёт новую привязку для связи.
|
AttachAction |
Создаёт привязку для указанного действия.
|
AttachNode |
Создаёт привязку для указанного узла.
|
AttachProcess |
Создаёт привязку для указанного процесса.
|
CreateFieldBindingAsync |
Создаёт привязку поля строковой секции к хешу.
|
CreateRowFieldBindingAsync |
Создаёт привязку поля строки коллекционной или древовидной секции к хешу.
|
CreateTableBindingAsync |
Создаёт привязку табличной секции к хешу.
|
DetachActionAsync |
Удаляет привязку для указанного действия.
|
DetachNodeAsync |
Удаляет привязку для указанного узла.
|
DetachProcessAsync |
Удаляет привязку для указанного процесса.
|
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows 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) | |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetSectionError | |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MoveLinkBindings | |
RemoveRowBinding(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, String, Int32) | |
RemoveRowBinding(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, String, Int32) | |
ToString | Returns 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) | |