Click or drag to resize

dialogUniversalToolopenMessageBoxT Method

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 T openMessageBox<T>(
	IPlatform platform,
	string title,
	string description,
	params T[] spec
)
Request Example View Source

Parameters

platform
Type: imbACE.Services.platform.interfacesIPlatform
Platforma na kojoj se prikazuje dijalog
title
Type: SystemString
todo: describe title parameter on openMessageBox
description
Type: SystemString
todo: describe description parameter on openMessageBox
spec
Type: T
Property za koji se edituje ovaj objekat

Type Parameters

T

Return Value

Type: T
Kolekcija rezultata
See Also