Click or drag to resize

freeRunnerModulefreeRunnerOperationExecute Method (freeRunnerModulefreeRunnerOperation, freeRunnerModule, ObservableCollectionfreeRunnerModule, Object)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Izvrsava operaciju nad ITEM-om

Namespace:  imbACE.Services.process
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static void freeRunnerOperationExecute(
	freeRunnerModulefreeRunnerOperation toExecute,
	freeRunnerModule __item,
	ObservableCollection<freeRunnerModule> __collection,
	Object parentObject
)
Request Example View Source

Parameters

toExecute
Type: imbACE.Services.processfreeRunnerModulefreeRunnerOperation
Operacija koja treba da se izvrsi
__item
Type: imbACE.Services.processfreeRunnerModule
Objekat koji je prosledjen prilikom poziva: moze biti editor ili objekat - ali treba da bude trenutno selektovani objekat
__collection
Type: System.Collections.ObjectModelObservableCollectionfreeRunnerModule
Kolekcija ciji je item clan
parentObject
Type: SystemObject
Parent objekat u odnosu na selektovan item
See Also