Class EnumerableQuerySubstituteTypeConstantHandler
An ISubstituteTypeConstantHandler for System.Linq.EnumerableQuery.
Inheritance
System.Object
EnumerableQuerySubstituteTypeConstantHandler
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Data.Linq.Expressions
Assembly: Kephas.Data.dll
Syntax
public class EnumerableQuerySubstituteTypeConstantHandler : ISubstituteTypeConstantHandler
Methods
| Improve this Doc View SourceCanHandle(Type)
Determines whether the provided type can be handled.
Declaration
public bool CanHandle(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | The type. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Visit(Object, Type)
Visits the provided value and returns a transformed value.
Declaration
public object Visit(object value, Type substituteType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value. |
System.Type | substituteType | The substitute type. |
Returns
Type | Description |
---|---|
System.Object | A transformed value. |