Possible data types for ManagedEntity attributes.
Constants
- bigInteger → ManagedPropertyType
-
Represented by instances of
int
.const ManagedPropertyType(1)
- boolean → ManagedPropertyType
-
Represented by instances of
bool
.const ManagedPropertyType(4)
- datetime → ManagedPropertyType
-
Represented by instances of
DateTime
.const ManagedPropertyType(3)
- doublePrecision → ManagedPropertyType
-
Represented by instances of
double
.const ManagedPropertyType(5)
- integer → ManagedPropertyType
-
Represented by instances of
int
.const ManagedPropertyType(0)
- string → ManagedPropertyType
-
Represented by instances of
String
.const ManagedPropertyType(2)
- transientList → ManagedPropertyType
-
Represented by instances of
List
. Cannot be backed by underlying database.const ManagedPropertyType(7)
- transientMap → ManagedPropertyType
-
Represented by instances of
Map
. Cannot be backed by underlying database.const ManagedPropertyType(6)
- values → List<ManagedPropertyType>
-
A constant List of the values in this enum, in order of their declaration.
const List<ManagedPropertyType>
Properties
- index → int
-
final
- 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
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited