C# 클래스 System.Linq.Dynamic.Res

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
AmbiguousConstructorInvocation ( string type ) : IFormattedMessage
AmbiguousIndexerInvocation ( string type ) : IFormattedMessage
BothTypesConvertToOther ( string type1, string type2 ) : IFormattedMessage
CannotConvertValue ( string type1, string type2 ) : IFormattedMessage
DuplicateIdentifier ( string identifier ) : IFormattedMessage
ExpressionTypeMismatch ( string type ) : IFormattedMessage
IncompatibleOperand ( string @operator, string type ) : IFormattedMessage
IncompatibleOperands ( string @operator, string type1, string type2 ) : IFormattedMessage
InvalidCharacter ( char character ) : IFormattedMessage
InvalidIntegerLiteral ( string literal ) : IFormattedMessage
InvalidRealLiteral ( string literal ) : IFormattedMessage
MethodIsVoid ( string method, string type ) : IFormattedMessage
MethodsAreInaccessible ( string type ) : IFormattedMessage
NeitherTypeConvertsToOther ( string type1, string type2 ) : IFormattedMessage
NoApplicableIndexer ( string type ) : IFormattedMessage
NoApplicableMethod ( string method, string type ) : IFormattedMessage
NoMatchingConstructor ( string type ) : IFormattedMessage
SimpleTypeExpected ( string type, string @operator, int argumentNumber ) : IFormattedMessage
TypeHasNoNullableForm ( string type ) : IFormattedMessage
TypeHasNoNullableFormAndIsNotString ( string type, string @operator, int argumentNumber ) : IFormattedMessage
UnknownIdentifier ( string identifier ) : IFormattedMessage
UnknownPropertyOrField ( string property, string type ) : IFormattedMessage
UnknownType ( string type ) : IFormattedMessage

메소드 상세

AmbiguousConstructorInvocation() 공개 정적인 메소드

public static AmbiguousConstructorInvocation ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

AmbiguousIndexerInvocation() 공개 정적인 메소드

public static AmbiguousIndexerInvocation ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

BothTypesConvertToOther() 공개 정적인 메소드

public static BothTypesConvertToOther ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
리턴 IFormattedMessage

CannotConvertValue() 공개 정적인 메소드

public static CannotConvertValue ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
리턴 IFormattedMessage

DuplicateIdentifier() 공개 정적인 메소드

public static DuplicateIdentifier ( string identifier ) : IFormattedMessage
identifier string
리턴 IFormattedMessage

ExpressionTypeMismatch() 공개 정적인 메소드

public static ExpressionTypeMismatch ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

IncompatibleOperand() 공개 정적인 메소드

public static IncompatibleOperand ( string @operator, string type ) : IFormattedMessage
@operator string
type string
리턴 IFormattedMessage

IncompatibleOperands() 공개 정적인 메소드

public static IncompatibleOperands ( string @operator, string type1, string type2 ) : IFormattedMessage
@operator string
type1 string
type2 string
리턴 IFormattedMessage

InvalidCharacter() 공개 정적인 메소드

public static InvalidCharacter ( char character ) : IFormattedMessage
character char
리턴 IFormattedMessage

InvalidIntegerLiteral() 공개 정적인 메소드

public static InvalidIntegerLiteral ( string literal ) : IFormattedMessage
literal string
리턴 IFormattedMessage

InvalidRealLiteral() 공개 정적인 메소드

public static InvalidRealLiteral ( string literal ) : IFormattedMessage
literal string
리턴 IFormattedMessage

MethodIsVoid() 공개 정적인 메소드

public static MethodIsVoid ( string method, string type ) : IFormattedMessage
method string
type string
리턴 IFormattedMessage

MethodsAreInaccessible() 공개 정적인 메소드

public static MethodsAreInaccessible ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

NeitherTypeConvertsToOther() 공개 정적인 메소드

public static NeitherTypeConvertsToOther ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
리턴 IFormattedMessage

NoApplicableIndexer() 공개 정적인 메소드

public static NoApplicableIndexer ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

NoApplicableMethod() 공개 정적인 메소드

public static NoApplicableMethod ( string method, string type ) : IFormattedMessage
method string
type string
리턴 IFormattedMessage

NoMatchingConstructor() 공개 정적인 메소드

public static NoMatchingConstructor ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

SimpleTypeExpected() 공개 정적인 메소드

public static SimpleTypeExpected ( string type, string @operator, int argumentNumber ) : IFormattedMessage
type string
@operator string
argumentNumber int
리턴 IFormattedMessage

TypeHasNoNullableForm() 공개 정적인 메소드

public static TypeHasNoNullableForm ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage

TypeHasNoNullableFormAndIsNotString() 공개 정적인 메소드

public static TypeHasNoNullableFormAndIsNotString ( string type, string @operator, int argumentNumber ) : IFormattedMessage
type string
@operator string
argumentNumber int
리턴 IFormattedMessage

UnknownIdentifier() 공개 정적인 메소드

public static UnknownIdentifier ( string identifier ) : IFormattedMessage
identifier string
리턴 IFormattedMessage

UnknownPropertyOrField() 공개 정적인 메소드

public static UnknownPropertyOrField ( string property, string type ) : IFormattedMessage
property string
type string
리턴 IFormattedMessage

UnknownType() 공개 정적인 메소드

public static UnknownType ( string type ) : IFormattedMessage
type string
리턴 IFormattedMessage