Click or drag to resize
weroSoft AG, Software
IPrimaryUserControlManagerAppend Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Appends a resource to the model of this particular primary user control manager.

Namespace:  WeroSoft.Triton.Desktop.Configuration
Assembly:  WeroSoft.Triton.Desktop.Library (in WeroSoft.Triton.Desktop.Library.dll) Version: 3.23.1.1 (3.23.0319.1)
Syntax
C#
void Append(
	ObservableCollection<InteractionBaseItemViewModel> itemCollection,
	XDocument xmlData
)

Parameters

itemCollection
Type: System.Collections.ObjectModelObservableCollectionInteractionBaseItemViewModel
Collection where the elements shall be added.
xmlData
Type: System.Xml.LinqXDocument
Data to be added to the model.
See Also