LocalizedCriteriaWrapper Constructors
Represents a wrapper class for a CriteriaOperator object. Intended for internal use.| Name | Parameters | Description |
|---|---|---|
| LocalizedCriteriaWrapper(String, Object) | criteriaString, currentObject | Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion. |
| LocalizedCriteriaWrapper(Type, CriteriaOperator, Object) | objectType, criteriaOperator, currentObject | Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion. |
| LocalizedCriteriaWrapper(Type, CriteriaOperator) | objectType, criteriaOperator | Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion. |
| LocalizedCriteriaWrapper(Type, String, Object) | objectType, criteriaString, currentObject | Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion. |
| LocalizedCriteriaWrapper(Type, String) | objectType, criteriaString | Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion. |
See Also