C# 클래스 Remotion.Linq.SqlBackend.UnitTests.TypeForNewExpression

파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend

공개 프로퍼티들

프로퍼티 타입 설명
C int

공개 메소드들

메소드 설명
CompareString ( string s1, string s2, bool textCompare ) : int
GetConstructor ( ) : ConstructorInfo
TypeForNewExpression ( ) : System
TypeForNewExpression ( Cook d ) : System
TypeForNewExpression ( bool e ) : System
TypeForNewExpression ( int a ) : System
TypeForNewExpression ( int a, int b ) : System

메소드 상세

CompareString() 공개 정적인 메소드

public static CompareString ( string s1, string s2, bool textCompare ) : int
s1 string
s2 string
textCompare bool
리턴 int

GetConstructor() 공개 정적인 메소드

public static GetConstructor ( ) : ConstructorInfo
리턴 System.Reflection.ConstructorInfo

TypeForNewExpression() 공개 메소드

public TypeForNewExpression ( ) : System
리턴 System

TypeForNewExpression() 공개 메소드

public TypeForNewExpression ( Cook d ) : System
d Cook
리턴 System

TypeForNewExpression() 공개 메소드

public TypeForNewExpression ( bool e ) : System
e bool
리턴 System

TypeForNewExpression() 공개 메소드

public TypeForNewExpression ( int a ) : System
a int
리턴 System

TypeForNewExpression() 공개 메소드

public TypeForNewExpression ( int a, int b ) : System
a int
b int
리턴 System

프로퍼티 상세

C 공개적으로 프로퍼티

public int C
리턴 int