Example implementation of IIdentifiable interface.
More...
|
virtual int | Id [get] |
| Returns unique Id (in the scope of a given type) of the current object. Method is defined as virtual so that derived class can have its own IDs by defining its own static Identifiable.Generator object. More...
|
|
int | Id [get] |
| Returns unique ID (in the scope of a given type) of the current object. More...
|
|
Example implementation of IIdentifiable interface.
IG.Lib.RegisterableExamples.ExampleIIdentifiable.ExampleIIdentifiable |
( |
string |
str | ) |
|
|
inline |
override string IG.Lib.RegisterableExamples.ExampleIIdentifiable.ToString |
( |
| ) |
|
|
inline |
string IG.Lib.RegisterableExamples.ExampleIIdentifiable._msg |
|
protected |
Static object that generates IDs for this class:
Proxy object that implements the IIdentifiable interface for this object.
virtual int IG.Lib.RegisterableExamples.ExampleIIdentifiable.Id |
|
get |
Returns unique Id (in the scope of a given type) of the current object. Method is defined as virtual so that derived class can have its own IDs by defining its own static Identifiable.Generator object.
The documentation for this class was generated from the following file: