Show / Hide Table of Contents

Class FacadeHelper

Inheritance
Object
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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top