Delegate RestrictionHelper.ProcessCustomRestriction
Definition of delegate to handle custom processing of restrictions based on fields mapped using the MapSimplexxx methods
Assembly: SoDataBase.dll
Syntax
public delegate void ProcessCustomRestriction(ArchiveRestrictionInfo restriction, ArchiveSelect query);
Parameters
Constructors
ProcessCustomRestriction(Object, IntPtr)
Declaration
public ProcessCustomRestriction(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ArchiveRestrictionInfo, ArchiveSelect, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ArchiveRestrictionInfo restriction, ArchiveSelect query, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(ArchiveRestrictionInfo, ArchiveSelect)
Declaration
public virtual void Invoke(ArchiveRestrictionInfo restriction, ArchiveSelect query)
Parameters
Extension Methods
EnumUtil.MapEnums<From, To>(From)