C# Class System.Linq.Dynamic.Res

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode 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 méthode

public static AmbiguousConstructorInvocation ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

AmbiguousIndexerInvocation() public static méthode

public static AmbiguousIndexerInvocation ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

BothTypesConvertToOther() public static méthode

public static BothTypesConvertToOther ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
Résultat IFormattedMessage

CannotConvertValue() public static méthode

public static CannotConvertValue ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
Résultat IFormattedMessage

DuplicateIdentifier() public static méthode

public static DuplicateIdentifier ( string identifier ) : IFormattedMessage
identifier string
Résultat IFormattedMessage

ExpressionTypeMismatch() public static méthode

public static ExpressionTypeMismatch ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

IncompatibleOperand() public static méthode

public static IncompatibleOperand ( string @operator, string type ) : IFormattedMessage
@operator string
type string
Résultat IFormattedMessage

IncompatibleOperands() public static méthode

public static IncompatibleOperands ( string @operator, string type1, string type2 ) : IFormattedMessage
@operator string
type1 string
type2 string
Résultat IFormattedMessage

InvalidCharacter() public static méthode

public static InvalidCharacter ( char character ) : IFormattedMessage
character char
Résultat IFormattedMessage

InvalidIntegerLiteral() public static méthode

public static InvalidIntegerLiteral ( string literal ) : IFormattedMessage
literal string
Résultat IFormattedMessage

InvalidRealLiteral() public static méthode

public static InvalidRealLiteral ( string literal ) : IFormattedMessage
literal string
Résultat IFormattedMessage

MethodIsVoid() public static méthode

public static MethodIsVoid ( string method, string type ) : IFormattedMessage
method string
type string
Résultat IFormattedMessage

MethodsAreInaccessible() public static méthode

public static MethodsAreInaccessible ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

NeitherTypeConvertsToOther() public static méthode

public static NeitherTypeConvertsToOther ( string type1, string type2 ) : IFormattedMessage
type1 string
type2 string
Résultat IFormattedMessage

NoApplicableIndexer() public static méthode

public static NoApplicableIndexer ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

NoApplicableMethod() public static méthode

public static NoApplicableMethod ( string method, string type ) : IFormattedMessage
method string
type string
Résultat IFormattedMessage

NoMatchingConstructor() public static méthode

public static NoMatchingConstructor ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

SimpleTypeExpected() public static méthode

public static SimpleTypeExpected ( string type, string @operator, int argumentNumber ) : IFormattedMessage
type string
@operator string
argumentNumber int
Résultat IFormattedMessage

TypeHasNoNullableForm() public static méthode

public static TypeHasNoNullableForm ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage

TypeHasNoNullableFormAndIsNotString() public static méthode

public static TypeHasNoNullableFormAndIsNotString ( string type, string @operator, int argumentNumber ) : IFormattedMessage
type string
@operator string
argumentNumber int
Résultat IFormattedMessage

UnknownIdentifier() public static méthode

public static UnknownIdentifier ( string identifier ) : IFormattedMessage
identifier string
Résultat IFormattedMessage

UnknownPropertyOrField() public static méthode

public static UnknownPropertyOrField ( string property, string type ) : IFormattedMessage
property string
type string
Résultat IFormattedMessage

UnknownType() public static méthode

public static UnknownType ( string type ) : IFormattedMessage
type string
Résultat IFormattedMessage