[]
Gets or sets the list of custom data providers available in the data source editor.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonConverter(typeof())]
public Dictionary<string, string> CustomProviders { get; set; }
Type | Description |
---|---|
Dictionary<string, string> | A dictionary where keys are data provider identifiers and values are data provider labels. |
The key - data provider identifier. The value - data provider label.