HashTreeBinderUpdateBinded(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, Object, Object, String) - метод
Пространство имён: Tessa.Workflow.StorageСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public void UpdateBinded(
WorkflowStorageBase action,
WorkflowStorageBase node,
WorkflowStorageBase process,
ParamSourceType sourceType,
Object? value,
Object? updateCaller = null,
params string[] hash
)
Public Sub UpdateBinded (
action As WorkflowStorageBase,
node As WorkflowStorageBase,
process As WorkflowStorageBase,
sourceType As ParamSourceType,
value As Object,
Optional updateCaller As Object = Nothing,
ParamArray hash As String()
)
public:
void UpdateBinded(
WorkflowStorageBase^ action,
WorkflowStorageBase^ node,
WorkflowStorageBase^ process,
ParamSourceType sourceType,
Object^ value,
Object^ updateCaller = nullptr,
... array<String^>^ hash
)
member UpdateBinded :
action : WorkflowStorageBase *
node : WorkflowStorageBase *
process : WorkflowStorageBase *
sourceType : ParamSourceType *
value : Object *
?updateCaller : Object *
hash : string[]
(* Defaults:
let _updateCaller = defaultArg updateCaller null
*)
-> unit
Параметры
- action WorkflowStorageBase
-
- node WorkflowStorageBase
-
- process WorkflowStorageBase
-
- sourceType ParamSourceType
-
- value Object
-
- updateCaller Object (Optional)
-
- hash String
-