C# 클래스 DotNetWebToolkit.Server.JsonTypeMap

파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
FromString ( string s ) : JsonTypeMap
GetFieldByName ( Type type, string jsName ) : FieldInfo
GetFieldName ( Type type, FieldInfo field ) : string
GetFieldName ( Type type, string fieldName ) : string
GetTypeByName ( string jsName ) : Type
GetTypeName ( Type type ) : string
JsonTypeMap ( string>.Dictionary typeNames, string>.Dictionary fieldNames ) : System
ToString ( ) : string

메소드 상세

FromString() 공개 정적인 메소드

public static FromString ( string s ) : JsonTypeMap
s string
리턴 JsonTypeMap

GetFieldByName() 공개 메소드

public GetFieldByName ( Type type, string jsName ) : FieldInfo
type System.Type
jsName string
리턴 System.Reflection.FieldInfo

GetFieldName() 공개 메소드

public GetFieldName ( Type type, FieldInfo field ) : string
type System.Type
field System.Reflection.FieldInfo
리턴 string

GetFieldName() 공개 메소드

public GetFieldName ( Type type, string fieldName ) : string
type System.Type
fieldName string
리턴 string

GetTypeByName() 공개 메소드

public GetTypeByName ( string jsName ) : Type
jsName string
리턴 System.Type

GetTypeName() 공개 메소드

public GetTypeName ( Type type ) : string
type System.Type
리턴 string

JsonTypeMap() 공개 메소드

public JsonTypeMap ( string>.Dictionary typeNames, string>.Dictionary fieldNames ) : System
typeNames string>.Dictionary
fieldNames string>.Dictionary
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string