Interface IMultipleItemContext
Context for a server method which is called with multiple items that must be modified to alter Aras behavior
Inherited Members
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IMultipleItemContext : IContext
Properties
| Improve this Doc View SourceItems
Items that the method should act on
Declaration
IEnumerable<IItem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IItem> |