[]
Gets the style for the specified source.
public abstract RulesEngineStyle GetStyle(RulesEngineSource source, int index, string field)
Public MustOverride Function GetStyle(source As RulesEngineSource, index As Integer, field As String) As RulesEngineStyle
| Type | Name | Description |
|---|---|---|
| RulesEngineSource | source | The source from which the style is computed. |
| int | index | The index of the item to be queried. |
| string | field | The field to be queried. |
| Type | Description |
|---|---|
| RulesEngineStyle |