MachineLearningProviderClientSidePlugins Property |
Gets the Javascript handlers and HTML templates that will be installed on the client browser.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract IDictionary<Guid, Tuple<string, string>> ClientSidePlugins { get; }
Public MustOverride ReadOnly Property ClientSidePlugins As IDictionary(Of Guid, Tuple(Of String, String))
Get
public:
virtual property IDictionary<Guid, Tuple<String^, String^>^>^ ClientSidePlugins {
IDictionary<Guid, Tuple<String^, String^>^>^ get () abstract;
}
abstract ClientSidePlugins : IDictionary<Guid, Tuple<string, string>> with get
Property Value
Type:
IDictionaryGuid,
TupleString,
StringSee Also