Click or drag to resize

ITemplate Interface

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.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface ITemplate

The ITemplate type exposes the following members.

Properties
 NameDescription
Public propertyTemplate Gets the template
Top
See Also