Click or drag to resize

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

Parameters

platform
Type: imbACE.Services.platform.interfacesIPlatform
Platforma na kojoj se prikazuje dijalog
content
Type: System.Collections.GenericIEnumerableString
title
Type: SystemString
description
Type: SystemString
spec
Type: T
Property za koji se edituje ovaj objekat

Type Parameters

T

Return Value

Type: T
Kolekcija rezultata
See Also