C# 클래스 RunningObjects.Core.Query.ClassFactory

파일 보기 프로젝트 열기: edurdias/RunningObjects

공개 프로퍼티들

프로퍼티 타입 설명
Instance ClassFactory

공개 메소드들

메소드 설명
GetDefault ( Type type ) : object
GetDynamicClass ( Type referenceType ) : Type
GetDynamicClass ( Type referenceType, IEnumerable properties ) : Type

비공개 메소드들

메소드 설명
ClassFactory ( ) : System
CreateAttributeBuilder ( Attribute attr ) : CustomAttributeBuilder
CreateDynamicClass ( Type type, DynamicProperty properties ) : Type
GenerateConstructorSignatures ( TypeBuilder tb, Type type ) : void
GenerateEquals ( TypeBuilder tb, FieldInfo fields ) : void
GenerateFields ( TypeBuilder tb, Type type ) : void
GenerateGetHashCode ( TypeBuilder tb, FieldInfo fields ) : void
GenerateMethods ( TypeBuilder typeBuilder, Type type ) : void
GenerateProperties ( TypeBuilder tb, DynamicProperty properties ) : System.Reflection.FieldInfo[]
GenerateTypeAttributes ( TypeBuilder tb, Type type ) : void

메소드 상세

GetDefault() 공개 정적인 메소드

public static GetDefault ( Type type ) : object
type Type
리턴 object

GetDynamicClass() 공개 메소드

public GetDynamicClass ( Type referenceType ) : Type
referenceType Type
리턴 Type

GetDynamicClass() 공개 메소드

public GetDynamicClass ( Type referenceType, IEnumerable properties ) : Type
referenceType Type
properties IEnumerable
리턴 Type

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ClassFactory Instance
리턴 ClassFactory