Class ProxyablePerson

A simple model that is to be proxied.

class ProxyablePerson
  : Identifiable!ulong ;

Constructors

NameDescription
this
this

Fields

NameTypeDescription
age_ ubyte
id_ ulong
name_ string
surname_ string

Properties

NameTypeDescription
age[set] ProxyablePerson
age[get] ubyte
id[set] ProxyablePerson
id[get] ulong
name[set] ProxyablePerson
name[get] string
surname[set] ProxyablePerson
surname[get] string

Methods

NameDescription
opEquals
opEquals
id

Note

Currently autoimplement fails, on objects that are implementing interfaces.