Show / Hide Table of Contents

Delegate RestrictionOperations.ValueCalculator

Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public delegate string[] RestrictionOperations.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