DfBaseEntity<T extends DfBaseField> class
- Implementers
Constructors
- DfBaseEntity({@required String entityName})
Properties
- entityName ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
clone<
T extends Mappable> () → T -
inherited
-
copyFieldValueFromEntity(
DfBaseEntity< DfBaseField> entity, {bool ignoreFieldNameCase = true}) → void -
customFieldJsonMap(
Mapper map, List< T> fields) → void -
doYourJsonMap(
Mapper map, List< T> fields) → void -
fields(
) → List< T> -
fromMap(
Map< String, dynamic> dict) → dynamic -
getSelectQueryCountField(
) → DfBaseField -
mapping(
Mapper map) → void -
newInstance(
) → DfBaseEntity< DfBaseField> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
parseExecRawJsonResultToEntity(
DfQueryPurpose queryPurpose, Mapper map) → DfBaseEntity< T> -
toJson(
) → Map< String, dynamic> -
inherited
-
toJsonString(
) → String -
inherited
-
toMap(
) → Map< DfBaseField, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → Map< String, List< DfError> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited