Class TypeExtensions
Inheritance
System.Object
TypeExtensions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public static class TypeExtensions : object
Methods
|
Improve this Doc
View Source
EvaluateType(Type)
Declaration
public static string EvaluateType(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetFunctionName(Type)
Declaration
public static string GetFunctionName(this Type commandType)
Parameters
Type |
Name |
Description |
Type |
commandType |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsSupportedCSharpQueryParameterCollectionType(Type)
Declaration
public static bool IsSupportedCSharpQueryParameterCollectionType(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSupportedCSharpQueryParameterType(Type)
Declaration
public static bool IsSupportedCSharpQueryParameterType(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SupportedCollectionValueType(Type)
Declaration
public static Type SupportedCollectionValueType(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns