C# 클래스 Utilities.ORM.Aspect.ORMAspect

ORM Aspect (used internally)
상속: IAspect
파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library

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