Show / Hide Table of Contents

Class TypeExtensions

Inheritance
System.Object
TypeExtensions
Namespace: FunctionMonkey.Abstractions.Extensions
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
Type Description
Type
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall