Class ConstructObjectWithId
Constructs objects, using reflection to instantiate an object with the a constructor that takes an id as a Guid.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
public class ConstructObjectWithId : IConstructObject
Methods
Build(Type, Guid)
Declaration
public object Build(Type type, Guid id)
Parameters
System.Type
type
|
System.Guid
id
|
Returns
Object
|