QueryProperty constructor

QueryProperty(
  1. int _entityId,
  2. int _propertyId,
  3. int _type
)

Implementation

QueryProperty(this._entityId, this._propertyId, this._type);