Method | Description | |
---|---|---|
Arity ( this function ) : int | ||
GetDotNetMethodName ( this function ) : string | ||
GetFromDotNetMethodName ( this dotNetMethodName ) : System.Function | ||
GetFromODataQueryMethodName ( this oDataQueryMethodName ) : System.Function | ||
GetODataQueryMethodName ( this function ) : string |
Method | Description | |
---|---|---|
FunctionEnumExtensions ( ) : System |
public static GetDotNetMethodName ( this function ) : string | ||
function | this | |
return | string |
public static GetFromDotNetMethodName ( this dotNetMethodName ) : System.Function | ||
dotNetMethodName | this | |
return | System.Function |
public static GetFromODataQueryMethodName ( this oDataQueryMethodName ) : System.Function | ||
oDataQueryMethodName | this | |
return | System.Function |
public static GetODataQueryMethodName ( this function ) : string | ||
function | this | |
return | string |