C# Runtime  0.8
Public Member Functions | List of all members
alfa.rt.IEntityBuilder< E, K > Interface Template Reference

Base interface for Entity object builder, with facility to assign the entity key. More...

Inheritance diagram for alfa.rt.IEntityBuilder< E, K >:
alfa.rt.IBuilder< E > alfa.rt.EntityBuilder< E, K >

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...
 
Build ()
 Return a concrete/read-only instance of the builder object More...
 

Detailed Description

Base interface for Entity object builder, with facility to assign the entity key.

Member Function Documentation

◆ assignKey()

Builder<E> alfa.rt.IEntityBuilder< E, K >.assignKey ( k)

Assign a key object to this entity builder.

Returns
The key.
Parameters
kK.

Implemented in alfa.rt.EntityBuilder< E, K >.


The documentation for this interface was generated from the following file: