QueryStringProperty class

Inheritance

Constructors

QueryStringProperty({int entityId, int propertyId, int obxType})

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

contains(String p, {bool caseSensitive: false}) Condition
endsWith(String p, {bool caseSensitive: false}) Condition
equals(String p, {bool caseSensitive: false}) Condition
greaterOrEqual(String p, {bool caseSensitive: false}) Condition
greaterThan(String p, {bool caseSensitive: false, bool withEqual: false}) Condition
Using withEqual is deprecated, use greaterOrEqual instead.
inside(List<String> list, {bool caseSensitive: false}) Condition
lessOrEqual(String p, {bool caseSensitive: false}) Condition
lessThan(String p, {bool caseSensitive: false, bool withEqual: false}) Condition
Using withEqual is deprecated, use lessOrEqual instead.
notEquals(String p, {bool caseSensitive: false}) Condition
notIn(List<String> list, {bool caseSensitive: false}) Condition
startsWith(String p, {bool caseSensitive: false}) Condition
isNull() Condition
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
notNull() Condition
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited