dstruct-orm ~0.0.1-alpha (2021-11-15T17:45:03.8433144)
Dub
Repo
Address
dstruct
tests
Undocumented in source.
version(unittest)
@
Embeddable
class
Address {
String
zip
;
String
city
;
String
streetAddress
;
@
Transient
string
someNonPersistentField
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
city
String
city
;
Undocumented in source.
someNonPersistentField
string
someNonPersistentField
;
Undocumented in source.
streetAddress
String
streetAddress
;
Undocumented in source.
zip
String
zip
;
Undocumented in source.
Meta
Source
See Implementation
dstruct
tests
classes
AccountType
Address
Customer
EMName
EMUser
EvenMoreInfo
GeneratorTest
MoreInfo
Person
Role
T1
TypeTest
User