Show / Hide Table of Contents

Delegate CheckIfAssociateUserNameIsLegal

Check if an associate user name is legal

Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public delegate bool CheckIfAssociateUserNameIsLegal(string associateUserName);
Parameters
Type Name Description
String associateUserName
Returns
Type Description
Boolean

Constructors

CheckIfAssociateUserNameIsLegal(Object, IntPtr)

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

Methods

BeginInvoke(String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string associateUserName, AsyncCallback callback, object object)
Parameters
Type Name Description
String associateUserName
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Returns
Type Description
Boolean

Invoke(String)

Declaration
public virtual bool Invoke(string associateUserName)
Parameters
Type Name Description
String associateUserName
Returns
Type Description
Boolean

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