hunt-entity ~master (2022-02-21T08:00:07Z)
Home
Dub
Repo
EntityFieldNormal
hunt
entity
EntityFieldNormal
Undocumented in source.
class
EntityFieldNormal : EntityFieldInfo(
T
) {
this
(EntityManager manager, string fieldName, string columnName, string tableName, T value);
bool
isAggregateType
();
R
deSerialize
(string value, bool flag);
}
Constructors
this
this
(EntityManager manager, string fieldName, string columnName, string tableName, T value)
Undocumented in source.
Members
Functions
deSerialize
R
deSerialize
(string value, bool flag)
Undocumented in source. Be warned that the author may not have intended to support it.
isAggregateType
bool
isAggregateType
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
entity
EntityFieldNormal
classes
EntityFieldNormal