Show / Hide Table of Contents

Delegate RestrictionOperations.ValueCalculator

Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
public delegate string[] ValueCalculator(object[] values);
Parameters
Type Name Description
Object[] values
Returns
Type Description
String[]

Constructors

ValueCalculator(Object, IntPtr)

Declaration
public ValueCalculator(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(Object[], AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object[] values, AsyncCallback callback, object object)
Parameters
Type Name Description
Object[] values
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual string[] EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Returns
Type Description
String[]

Invoke(Object[])

Declaration
public virtual string[] Invoke(object[] values)
Parameters
Type Name Description
Object[] values
Returns
Type Description
String[]

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top