Click or drag to resize

dialogEditPropertiesopen Method (IPlatform, Object, String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Otvara privremenu instancu dijaloga i sinhrono ceka rezultat

Namespace:  imbACE.Services.terminal.dialogs
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static Object open(
	IPlatform platform,
	Object targetObject,
	string description,
	string hostTitle
)
Request Example View Source

Parameters

platform
Type: imbACE.Services.platform.interfacesIPlatform
Platforma na kojoj se prikazuje dijalog
targetObject
Type: SystemObject
Objekat koi se edituje
description
Type: SystemString
The description.
hostTitle
Type: SystemString
Naslov host->property objekta

Return Value

Type: Object
Kolekcija rezultata
See Also