Delegate CustomLogic<T>
Custom server logic delegate type
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public delegate bool CustomLogic<in T>(params T[] objects)
where T : class, IDataObject;
Parameters
Type | Name | Description |
---|---|---|
T[] | objects | Object instances to process |
Returns
Type | Description |
---|---|
Boolean | Success flag |
Type Parameters
Name | Description |
---|---|
T | Object type |