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