Table of Contents

Class Filter

Namespace
Tlabs.Server.Model
Assembly
Tlabs.SrvBase.dll

Filter descriptor.

public class Filter
Inheritance
Filter
Inherited Members
Extension Methods

Constructors

Filter()

public Filter()

Properties

operator

Compare operator.

[Obsolete("This gets handled with the filterMap of a entity repo.", false)]
public string? @operator { get; set; }

Property Value

string

property

Field/property name.

public string? property { get; set; }

Property Value

string

value

Value to compare.

public string? value { get; set; }

Property Value

string