﻿function Filter(field, value, text, type, operator) {
    this.Field = field
    this.Value = value
    this.Text = text
    this.Type = type
    this.Operator = operator
}
