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
Methods
BeginInvoke(ArchiveRestrictionInfo, ArchiveSelect, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ArchiveRestrictionInfo restriction, ArchiveSelect query, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(ArchiveRestrictionInfo, ArchiveSelect)
Declaration
public virtual void Invoke(ArchiveRestrictionInfo restriction, ArchiveSelect query)
Parameters
Extension Methods
EnumUtil.MapEnums<From, To>(From)