Interface IConstructObject
Represents objects that can instaniate other objects.
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public interface IConstructObject
Methods
Build(Type, Guid)
Instaniates objects of the specified type.
Declaration
object Build(Type type, Guid id)
Parameters
System.Type
type
The type of object to instantiate. |
System.Guid
id
The unique identifier for the object. |
Returns
Object
An instance of the object |