![]() |
C# Runtime
0.8
|
Base interface for Entity object builder, with facility to assign the entity key. More...
Public Member Functions | |
| Builder< E > | assignKey (K k) |
| Assign a key object to this entity builder. More... | |
Public Member Functions inherited from alfa.rt.IBuilder< E > | |
| void | Modify (string fieldName, object val) |
| Assign given value to the field name specified. More... | |
| T | Build () |
| Return a concrete/read-only instance of the builder object More... | |
Base interface for Entity object builder, with facility to assign the entity key.
| Builder<E> alfa.rt.IEntityBuilder< E, K >.assignKey | ( | K | k | ) |
Assign a key object to this entity builder.
| k | K. |
Implemented in alfa.rt.EntityBuilder< E, K >.
1.8.16