Table of Contents

Class DataSourceFieldService

Namespace: Casewhere.Runtime.DataSources
Assembly: Casewhere.Runtime.dll

public class DataSourceFieldService : IDataSourceFieldService

Inheritance

objectDataSourceFieldService

Implements

IDataSourceFieldService

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

bool

IsSearchableField(DataSource, string)

public bool IsSearchableField(DataSource dataSource, string fieldName)

Parameters

dataSource DataSource

fieldName string

Returns

bool