Click or drag to resize

aceTerminalInputeditCollection Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
VRaca True ako treba ponovo da se prikaze

Namespace:  imbACE.Services.terminal
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static bool editCollection(
	aceTerminal console,
	IList collection,
	string collectionName,
	string itemNameProperty,
	bool addItem,
	bool deleteItem,
	bool editItem,
	bool editCollectionSettings
)
Request Example View Source

Parameters

console
Type: imbACE.Services.terminalaceTerminal
collection
Type: System.CollectionsIList
collectionName
Type: SystemString
itemNameProperty
Type: SystemString
addItem
Type: SystemBoolean
deleteItem
Type: SystemBoolean
editItem
Type: SystemBoolean
editCollectionSettings
Type: SystemBoolean

Return Value

Type: Boolean
See Also