Show / Hide Table of Contents

Delegate CheckIfAssociateNameIsLegal

Check if an associate name is legal (e.g. allowed in the current installation and not taken by somebody else)

Namespace: SuperOffice.CRM.Administration
Assembly: SoDataBase.dll
Syntax
public delegate bool CheckIfAssociateNameIsLegal(string associateName);
Parameters
Type Name Description
String associateName

User-name to check if is legal.

Returns
Type Description
Boolean

True if the user name is legal.

Constructors

CheckIfAssociateNameIsLegal(Object, IntPtr)

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

Methods

BeginInvoke(String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string associateName, AsyncCallback callback, object object)
Parameters
Type Name Description
String associateName
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 associateName)
Parameters
Type Name Description
String associateName
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