Interface IDataSourceFieldService
Namespace: Casewhere.Runtime.DataSources
Assembly: Casewhere.Runtime.dll
public interface IDataSourceFieldService
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IDataSourceFieldService>(IDataSourceFieldService)
Methods
IsPrimaryField(DataSource, string)
bool IsPrimaryField(DataSource dataSource, string fieldName)
Parameters
dataSource
DataSource
fieldName
string
Returns
IsSearchableField(DataSource, string)
bool IsSearchableField(DataSource dataSource, string fieldName)
Parameters
dataSource
DataSource
fieldName
string