C# 클래스 TaskQueue.RepresentedModel

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

공개 프로퍼티들

프로퍼티 타입 설명
schema RepresentedModelValue>.ValueMap

공개 메소드들

메소드 설명
CalculateSchemeHash ( ) : string

Compatibility hash

Convert ( object src, Type toType ) : object
FindScheme ( Type classWithProps ) : RepresentedModelValue>.ValueMap
FromSchema ( RepresentedModelValue>.Dictionary schema ) : RepresentedModel
GetLTypeString ( FieldType ft ) : string
GetRType ( Type t, bool &nullable ) : FieldType
LightweightSchemeProjection ( ) : byte[]

For Vector hash

RepresentedModel ( Type classWithProps ) : System

비공개 메소드들

메소드 설명
RepresentedModel ( ) : System

메소드 상세

CalculateSchemeHash() 공개 메소드

Compatibility hash
public CalculateSchemeHash ( ) : string
리턴 string

Convert() 공개 정적인 메소드

public static Convert ( object src, Type toType ) : object
src object
toType System.Type
리턴 object

FindScheme() 공개 정적인 메소드

public static FindScheme ( Type classWithProps ) : RepresentedModelValue>.ValueMap
classWithProps System.Type
리턴 RepresentedModelValue>.ValueMap

FromSchema() 공개 정적인 메소드

public static FromSchema ( RepresentedModelValue>.Dictionary schema ) : RepresentedModel
schema RepresentedModelValue>.Dictionary
리턴 RepresentedModel

GetLTypeString() 공개 정적인 메소드

public static GetLTypeString ( FieldType ft ) : string
ft FieldType
리턴 string

GetRType() 공개 정적인 메소드

public static GetRType ( Type t, bool &nullable ) : FieldType
t System.Type
nullable bool
리턴 FieldType

LightweightSchemeProjection() 공개 메소드

For Vector hash
public LightweightSchemeProjection ( ) : byte[]
리턴 byte[]

RepresentedModel() 공개 메소드

public RepresentedModel ( Type classWithProps ) : System
classWithProps System.Type
리턴 System

프로퍼티 상세

schema 공개적으로 프로퍼티

public ValueMap schema
리턴 RepresentedModelValue>.ValueMap