Class FacadeHelper
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public class FacadeHelper : Object
Constructors
FacadeHelper()
Declaration
public FacadeHelper()
Methods
CallFacadeMethod(String, Object)
Declaration
public static string CallFacadeMethod(string methodName, object arguments)
Parameters
Type | Name | Description |
---|---|---|
String | methodName | |
Object | arguments |
Returns
Type | Description |
---|---|
String |
CallFacadeMethod<T>(String, Object)
Declaration
public static T CallFacadeMethod<T>(string methodName, object arguments)
Parameters
Type | Name | Description |
---|---|---|
String | methodName | |
Object | arguments |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Extension Methods
EnumUtil.MapEnums<From, To>(From)