While developing a custom code (be it an indicator or a strategy or a chart object etc) user may declare one or more custom property. User can configure those user defined properties from the GUI itself by building Xaml templates.
The ITemplate interface lets the user to choose the Xaml file which he intends to use to edit the properties in the properties view of the
SharpScriptBase class.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic interface ITemplate
The ITemplate type exposes the following members.
Properties
See Also