Show / Hide Table of Contents

Class ConstructObjectWithDefaultConstructor

Constructs objects, using reflection to instantiate an object with the default parameterless constructor.

Inheritance
Object
ConstructObjectWithDefaultConstructor
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 ConstructObjectWithDefaultConstructor : 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