C# Class System.Linq.Dynamic.Res

Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
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

Method Details

AmbiguousConstructorInvocation() public static method

public static AmbiguousConstructorInvocation ( string type ) : IFormattedMessage
type string
return IFormattedMessage

AmbiguousIndexerInvocation() public static method

public static AmbiguousIndexerInvocation ( string type ) : IFormattedMessage
type string
return IFormattedMessage

BothTypesConvertToOther() public static method

public static BothTypesConvertToOther ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
return IFormattedMessage

CannotConvertValue() public static method

public static CannotConvertValue ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
return IFormattedMessage

DuplicateIdentifier() public static method

public static DuplicateIdentifier ( string identifier ) : IFormattedMessage
identifier string
return IFormattedMessage

ExpressionTypeMismatch() public static method

public static ExpressionTypeMismatch ( string type ) : IFormattedMessage
type string
return IFormattedMessage

IncompatibleOperand() public static method

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

IncompatibleOperands() public static method

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

InvalidCharacter() public static method

public static InvalidCharacter ( char character ) : IFormattedMessage
character char
return IFormattedMessage

InvalidIntegerLiteral() public static method

public static InvalidIntegerLiteral ( string literal ) : IFormattedMessage
literal string
return IFormattedMessage

InvalidRealLiteral() public static method

public static InvalidRealLiteral ( string literal ) : IFormattedMessage
literal string
return IFormattedMessage

MethodIsVoid() public static method

public static MethodIsVoid ( string method, string type ) : IFormattedMessage
method string
type string
return IFormattedMessage

MethodsAreInaccessible() public static method

public static MethodsAreInaccessible ( string type ) : IFormattedMessage
type string
return IFormattedMessage

NeitherTypeConvertsToOther() public static method

public static NeitherTypeConvertsToOther ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
return IFormattedMessage

NoApplicableIndexer() public static method

public static NoApplicableIndexer ( string type ) : IFormattedMessage
type string
return IFormattedMessage

NoApplicableMethod() public static method

public static NoApplicableMethod ( string method, string type ) : IFormattedMessage
method string
type string
return IFormattedMessage

NoMatchingConstructor() public static method

public static NoMatchingConstructor ( string type ) : IFormattedMessage
type string
return IFormattedMessage

SimpleTypeExpected() public static method

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

TypeHasNoNullableForm() public static method

public static TypeHasNoNullableForm ( string type ) : IFormattedMessage
type string
return IFormattedMessage

TypeHasNoNullableFormAndIsNotString() public static method

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

UnknownIdentifier() public static method

public static UnknownIdentifier ( string identifier ) : IFormattedMessage
identifier string
return IFormattedMessage

UnknownPropertyOrField() public static method

public static UnknownPropertyOrField ( string property, string type ) : IFormattedMessage
property string
type string
return IFormattedMessage

UnknownType() public static method

public static UnknownType ( string type ) : IFormattedMessage
type string
return IFormattedMessage