Show / Hide Table of Contents

Interface IMultipleItemContext

Context for a server method which is called with multiple items that must be modified to alter Aras behavior

Inherited Members
IContext.Conn
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IMultipleItemContext : IContext

Properties

| Improve this Doc View Source

Items

Items that the method should act on

Declaration
IEnumerable<IItem> Items { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IItem>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX