C# 클래스 Telerik.Web.Mvc.Infrastructure.Implementation.ClassFactory

파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 프로퍼티들

프로퍼티 타입 설명
Instance ClassFactory

공개 메소드들

메소드 설명
GetDynamicClass ( IEnumerable properties ) : Type

비공개 메소드들

메소드 설명
ClassFactory ( ) : System
CreateDynamicClass ( DynamicProperty properties ) : Type
GenerateEquals ( TypeBuilder tb, FieldInfo fields ) : void
GenerateGetHashCode ( TypeBuilder tb, FieldInfo fields ) : void
GenerateProperties ( TypeBuilder tb, DynamicProperty properties ) : System.Reflection.FieldInfo[]

메소드 상세

GetDynamicClass() 공개 메소드

public GetDynamicClass ( IEnumerable properties ) : Type
properties IEnumerable
리턴 System.Type

프로퍼티 상세

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

public static ClassFactory,Telerik.Web.Mvc.Infrastructure.Implementation Instance
리턴 ClassFactory