hibernated v0.4.0 (2023-11-26T11:29:43Z)
Home
Dub
Repo
Address
generaltest
Undocumented in source.
class
Address {
@
Generated
@
Id
int
addressId
;
User
user
;
string
street
;
string
town
;
string
country
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
addressId
int
addressId
;
Undocumented in source.
country
string
country
;
Undocumented in source.
street
string
street
;
Undocumented in source.
town
string
town
;
Undocumented in source.
user
User
user
;
Undocumented in source.
Meta
Source
See Implementation
generaltest
classes
Address
Asset
GeneralTest
MyGroup
Role
User