Show / Hide Table of Contents

Interface IAfter​Get

Interface for a server method which runs on the Item->onAfterGet event

Namespace: Innovator.​Server
Assembly: Innovator.Client.dll
Syntax
public interface IAfterGet
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(IMultipleItemContext)

Executes the server event.

Declaration
void Execute(IMultipleItemContext arg)
Parameters
Type Name Description
IMultiple​Item​Context arg

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

Remarks

To respond to this method, either modify the Items or throw an exception

  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Execute(IMultipleItemContext)
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX