Where can I find a complete description of Genesys Desktop APIs?
For example,
1- I need to know the description of 'Model' below and for what I can use it for:
IInteractionsWindow.Model (in Genesyslab.Desktop.Modules.Windows.Interactions)
2- I need to know the benefit of using 'Callback' in the below method call:
viewManager.ViewsByRegionName["CaseViewSideButtonRegion"].Add(
new ViewActivator() { ViewType = typeof(IMySampleButtonView), ViewName = "MySampleButtonView", ActivateView = true, Callback = <bla bla bla> }
);
(in Genesyslab.Desktop.Infrastructure.ViewManager)
Regards,
Talal