﻿
// A temporary container used by ControlMultiCheckbox.
function FacetField()
{
    this.facetFieldText;
    this.facetFieldId;
    this.facetFieldCount;
}