HashTreeBinderUpdateBinded(WorkflowStorageBase, WorkflowStorageBase, WorkflowStorageBase, ParamSourceType, String, Int32, String, Object, Object) - метод |
Пространство имён:
Tessa.Workflow.Storage
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.Workflow.StorageWorkflowStorageBase
- node
- Тип: Tessa.Workflow.StorageWorkflowStorageBase
- process
- Тип: Tessa.Workflow.StorageWorkflowStorageBase
- sourceType
- Тип: Tessa.Workflow.HelpfulParamSourceType
- listPath
- Тип: SystemString
- index
- Тип: SystemInt32
- fieldPath
- Тип: SystemString
- value
- Тип: SystemObject
- updateCaller (Optional)
- Тип: SystemObject
См. также