Click or drag to resize

dialogPageViewerWithMenuT Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Dijalog kojim se edituju propertiji nekog objekta. Podrzava paginaciju

Namespace:  imbACE.Services.terminal.dialogs
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public dialogPageViewerWithMenu(
	IPlatform platform,
	IEnumerable<string> content,
	string title,
	string description,
	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
See Also