Show / Hide Table of Contents

Interface IOnAction

Interface for a server method which runs on the Item->onAdd, Item->onDelete, or Item->onUpdate events

Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IOnAction
Remarks

For help deciding which interface to use for which type of method, see the remarks for IMethod

Methods

| Improve this Doc View Source

Execute(ISingleItemContext)

Executes the server event.

Declaration
IEnumerable<IReadOnlyItem> Execute(ISingleItemContext arg)
Parameters
Type Name Description
ISingleItemContext arg

The server context (server connection, context item, and other helper methods).

Returns
Type Description
System.Collections.Generic.IEnumerable<IReadOnlyItem>

One or more items to client

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX