IModel

Base class for all models. Provides a simple interface definition and some utility constructor code.

Constructors

this
this()

Undocumented in source.

this
this(IModel parent, VibeJSON obj)

Undocumented in source.

this
this(Client client, VibeJSON obj)

Undocumented in source.

Members

Functions

initialize
void initialize()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

client
Client client;

Undocumented in source.

Meta