Class DataSourceFieldService
Namespace: Casewhere.Runtime.DataSources
Assembly: Casewhere.Runtime.dll
public class DataSourceFieldService : IDataSourceFieldService
Inheritance
object ← DataSourceFieldService
Implements
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DataSourceFieldService>(DataSourceFieldService)
Constructors
DataSourceFieldService(IDataClassRepository)
public DataSourceFieldService(IDataClassRepository repository)
Parameters
repository
IDataClassRepository
Methods
IsPrimaryField(DataSource, string)
public bool IsPrimaryField(DataSource dataSource, string fieldName)
Parameters
dataSource
DataSource
fieldName
string
Returns
IsSearchableField(DataSource, string)
public bool IsSearchableField(DataSource dataSource, string fieldName)
Parameters
dataSource
DataSource
fieldName
string