C# Class AwesomeSauce.AggRootProcessor

Datei anzeigen Open project: rauhryan/awesomesauce

Public Methods

Method Description
Process ( Type type ) : void
processType ( IContext cxt, PropertyInfo property, Type type ) : void

Private Methods

Method Description
isEntity ( Type type ) : bool

Method Details

Process() public method

public Process ( Type type ) : void
type System.Type
return void

processType() public method

public processType ( IContext cxt, PropertyInfo property, Type type ) : void
cxt IContext
property System.Reflection.PropertyInfo
type System.Type
return void