C# Класс Utilities.ORM.Aspect.ORMAspect

ORM Aspect (used internally)
Наследование: IAspect
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
SetupFields string
SetupIEnumerableProperty string
SetupListProperty string
SetupSingleProperty string

Открытые методы

Метод Описание
Setup ( object Object ) : void

Sets up the aspect

SetupDefaultConstructor ( Type BaseType ) : string

Sets up the default constructor

SetupEndMethod ( MethodInfo Method, Type BaseType, string ReturnValueName ) : string

Sets up the end of a method

SetupExceptionMethod ( MethodInfo Method, Type BaseType ) : string

Sets up exception method

SetupInterfaces ( Type Type ) : string

Sets up the interfaces used

SetupStartMethod ( MethodInfo Method, Type BaseType ) : string

Sets up the start of the method

Приватные методы

Метод Описание
SetupFields ( Type Type ) : string
SetupIEnumerableProperty ( string ReturnValueName, IProperty Property ) : string
SetupListProperty ( string ReturnValueName, IProperty Property ) : string
SetupSingleProperty ( string ReturnValueName, IProperty Property ) : string

Описание методов

Setup() публичный Метод

Sets up the aspect
public Setup ( object Object ) : void
Object object Object to set up
Результат void

SetupDefaultConstructor() публичный Метод

Sets up the default constructor
public SetupDefaultConstructor ( Type BaseType ) : string
BaseType System.Type Base type
Результат string

SetupEndMethod() публичный Метод

Sets up the end of a method
public SetupEndMethod ( MethodInfo Method, Type BaseType, string ReturnValueName ) : string
Method System.Reflection.MethodInfo Method information
BaseType System.Type Base type
ReturnValueName string Return value name
Результат string

SetupExceptionMethod() публичный Метод

Sets up exception method
public SetupExceptionMethod ( MethodInfo Method, Type BaseType ) : string
Method System.Reflection.MethodInfo Method information
BaseType System.Type Base type
Результат string

SetupInterfaces() публичный Метод

Sets up the interfaces used
public SetupInterfaces ( Type Type ) : string
Type System.Type The object type
Результат string

SetupStartMethod() публичный Метод

Sets up the start of the method
public SetupStartMethod ( MethodInfo Method, Type BaseType ) : string
Method System.Reflection.MethodInfo Method information
BaseType System.Type Base type
Результат string