Show / Hide Table of Contents

Class ConstructObjectWithId

Constructs objects, using reflection to instantiate an object with the a constructor that takes an id as a Guid.

Inheritance
Object
ConstructObjectWithId
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Implements
IConstructObject.Build(Type, Guid)

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX