NetCoreSyncTableUser<T extends Table, D> class

A helper class for the NetCoreSyncEngine class that is used in the code generation.

(This class is used internally, no need to use it directly)

Constructors

NetCoreSyncTableUser(TableInfo<T, D> tableInfo, NetCoreSyncTable tableAnnotation, String idEscapedName, String syncIdEscapedName, String knowledgeIdEscapedName, String syncedEscapedName, String deletedEscapedName, List<String> columnFieldNames)

Properties

columnFieldNames List<String>
getter/setter pair
deletedEscapedName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idEscapedName String
getter/setter pair
knowledgeIdEscapedName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncedEscapedName String
getter/setter pair
syncIdEscapedName String
getter/setter pair
tableAnnotation NetCoreSyncTable
getter/setter pair
tableInfo ↔ TableInfo<T, D>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited