C# Class AwesomeSauce.AggRootProcessor

Afficher le fichier Open project: rauhryan/awesomesauce

Méthodes publiques

Méthode Description
Process ( Type type ) : void
processType ( IContext cxt, PropertyInfo property, Type type ) : void

Private Methods

Méthode Description
isEntity ( Type type ) : bool

Method Details

Process() public méthode

public Process ( Type type ) : void
type System.Type
Résultat void

processType() public méthode

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