PropertyBasedFilter.withProperty constructor

PropertyBasedFilter.withProperty(
  1. PropertyDefinitionBase propertyDefinition
)
Initializes a new instance of the The property definition.

Implementation

PropertyBasedFilter.withProperty(PropertyDefinitionBase propertyDefinition)
    : super() {
  this.propertyDefinition = propertyDefinition;
}