Class Operator.DescriptorComparison
Inheritance
System.Object
Operator.DescriptorComparison
Assembly: Steeltoe.Common.Expression.dll
Syntax
protected class DescriptorComparison : object
Constructors
|
Edit this page
View Source
DescriptorComparison(Boolean, Boolean, TypeDescriptor)
Declaration
public DescriptorComparison(bool areNumbers, bool areCompatible, TypeDescriptor compatibleType)
Parameters
Type |
Name |
Description |
System.Boolean |
areNumbers |
|
System.Boolean |
areCompatible |
|
TypeDescriptor |
compatibleType |
|
Fields
|
Edit this page
View Source
_areCompatible
Declaration
protected readonly bool _areCompatible
Field Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
_areNumbers
Declaration
protected readonly bool _areNumbers
Field Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
_compatibleType
Declaration
protected readonly TypeDescriptor _compatibleType
Field Value
|
Edit this page
View Source
INCOMPATIBLE_NUMBERS
Declaration
protected static readonly Operator.DescriptorComparison INCOMPATIBLE_NUMBERS
Field Value
|
Edit this page
View Source
NOT_NUMBERS
Declaration
protected static readonly Operator.DescriptorComparison NOT_NUMBERS
Field Value
Properties
|
Edit this page
View Source
AreCompatible
Declaration
public bool AreCompatible { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
AreNumbers
Declaration
public bool AreNumbers { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
CompatibleType
Declaration
public TypeDescriptor CompatibleType { get; }
Property Value
Methods
|
Edit this page
View Source
CheckNumericCompatibility(TypeDescriptor, TypeDescriptor, TypeDescriptor, TypeDescriptor)
Declaration
public static Operator.DescriptorComparison CheckNumericCompatibility(TypeDescriptor leftDeclaredDescriptor, TypeDescriptor rightDeclaredDescriptor, TypeDescriptor leftActualDescriptor, TypeDescriptor rightActualDescriptor)
Parameters
Returns