Table of Contents

Class FilterField

Namespace: Casewhere.Common.DataQuery
Assembly: Casewhere.Common.dll

public class FilterField

Inheritance

objectFilterField

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<FilterField>(FilterField)

Constructors

FilterField()

public FilterField()

Properties

DataClassId

public Guid? DataClassId { get; set; }

Property Value

Guid?

DataType

public string DataType { get; set; }

Property Value

string

ElementDataType

public string ElementDataType { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Path

public string Path { get; set; }

Property Value

string