C# 클래스 Signum.React.Facades.ReflectionServer

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

공개 프로퍼티들

프로퍼티 타입 설명
EntityAssemblies HashSet>.Dictionary
GetContext Func
TypesByName Type>>.ResetLazy
cache ConcurrentDictionary>

공개 메소드들

메소드 설명
GetCurrentValidCulture ( ) : object
GetEntities ( IEnumerable allTypes ) : TypeInfoTS>.Dictionary
GetEnums ( IEnumerable allTypes ) : TypeInfoTS>.Dictionary
GetSymbolContainers ( IEnumerable allTypes ) : TypeInfoTS>.Dictionary
GetTypeName ( Type t ) : string
GetTypes ( ) : IEnumerable
InTypeScript ( PropertyRoute pr ) : bool
IsId ( PropertyRoute p ) : bool
RegisterLike ( Type type ) : void

비공개 메소드들

메소드 설명
GetSymbol ( FieldInfo m ) : Symbol
GetTypeInfoTS ( ) : TypeInfoTS>.Dictionary
GetTypeNiceName ( Type type ) : string
OnAddFieldInfoExtension ( MemberInfoTS mi, FieldInfo m ) : MemberInfoTS
OnAddOperationExtension ( OperationInfoTS oi, OperationInfo o ) : OperationInfoTS
OnAddPropertyRouteExtension ( MemberInfoTS mi, PropertyRoute m ) : MemberInfoTS
OnAddTypeExtension ( TypeInfoTS ti, Type t ) : TypeInfoTS
Start ( ) : void
ToJavascript ( LambdaExpression lambdaExpression ) : string
ToJavascript ( System.Linq.Expressions.ParameterExpression param, Expression expr ) : string
ToJavascriptToString ( System.Linq.Expressions.ParameterExpression param, Expression expr ) : string

메소드 상세

GetCurrentValidCulture() 공개 정적인 메소드

public static GetCurrentValidCulture ( ) : object
리턴 object

GetEntities() 공개 정적인 메소드

public static GetEntities ( IEnumerable allTypes ) : TypeInfoTS>.Dictionary
allTypes IEnumerable
리턴 TypeInfoTS>.Dictionary

GetEnums() 공개 정적인 메소드

public static GetEnums ( IEnumerable allTypes ) : TypeInfoTS>.Dictionary
allTypes IEnumerable
리턴 TypeInfoTS>.Dictionary

GetSymbolContainers() 공개 정적인 메소드

public static GetSymbolContainers ( IEnumerable allTypes ) : TypeInfoTS>.Dictionary
allTypes IEnumerable
리턴 TypeInfoTS>.Dictionary

GetTypeName() 공개 정적인 메소드

public static GetTypeName ( Type t ) : string
t System.Type
리턴 string

GetTypes() 공개 정적인 메소드

public static GetTypes ( ) : IEnumerable
리턴 IEnumerable

InTypeScript() 공개 정적인 메소드

public static InTypeScript ( PropertyRoute pr ) : bool
pr PropertyRoute
리턴 bool

IsId() 공개 정적인 메소드

public static IsId ( PropertyRoute p ) : bool
p PropertyRoute
리턴 bool

RegisterLike() 공개 정적인 메소드

public static RegisterLike ( Type type ) : void
type System.Type
리턴 void

프로퍼티 상세

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

public static Dictionary> EntityAssemblies
리턴 HashSet>.Dictionary

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

public static Func GetContext
리턴 Func

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

public static ResetLazy> TypesByName
리턴 Type>>.ResetLazy

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

public static ConcurrentDictionary> cache
리턴 ConcurrentDictionary>