C# 클래스 Jayrock.Json.Conversion.Converters.ComponentImporter

상속: Jayrock.Json.Conversion.Converters.ImporterBase
파일 보기 프로젝트 열기: atifaziz/Jayrock 1 사용 예제들

공개 메소드들

메소드 설명
ComponentImporter ( Type type ) : System
ComponentImporter ( Type type, ICustomTypeDescriptor typeDescriptor ) : System
ComponentImporter ( Type type, ICustomTypeDescriptor typeDescriptor, IObjectConstructor constructor ) : System
ComponentImporter ( Type type, IObjectConstructor constructor ) : System

보호된 메소드들

메소드 설명
ImportFromObject ( ImportContext context, JsonReader reader ) : object

메소드 상세

ComponentImporter() 공개 메소드

public ComponentImporter ( Type type ) : System
type System.Type
리턴 System

ComponentImporter() 공개 메소드

public ComponentImporter ( Type type, ICustomTypeDescriptor typeDescriptor ) : System
type System.Type
typeDescriptor ICustomTypeDescriptor
리턴 System

ComponentImporter() 공개 메소드

public ComponentImporter ( Type type, ICustomTypeDescriptor typeDescriptor, IObjectConstructor constructor ) : System
type System.Type
typeDescriptor ICustomTypeDescriptor
constructor IObjectConstructor
리턴 System

ComponentImporter() 공개 메소드

public ComponentImporter ( Type type, IObjectConstructor constructor ) : System
type System.Type
constructor IObjectConstructor
리턴 System

ImportFromObject() 보호된 메소드

protected ImportFromObject ( ImportContext context, JsonReader reader ) : object
context ImportContext
reader JsonReader
리턴 object