[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSource.GetFieldValues

GetFieldValues Method

GetFieldValues<T>(string)

Gets the collection of values corresponding to the specified field and T.

Declaration
public IReadOnlyList<T> GetFieldValues<T>(string field)
Public Function GetFieldValues(Of T)(field As String) As IReadOnlyList(Of T)
Parameters
Type Name Description
string field

The field to query the values.

Returns
Type Description
IReadOnlyList<T>
Type Parameters
Name Description
T

The type of values requested.