Show / Hide Table of Contents

Class MultiItemContext

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

Inheritance
System.Object
MultiItemContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public class MultiItemContext : IMultipleItemContext, IContext

Constructors

| Improve this Doc View Source

MultiItemContext(IServerConnection, IEnumerable<IItem>)

Initializes a new instance of the MultiItemContext class.

Declaration
public MultiItemContext(IServerConnection conn, IEnumerable<IItem> items)
Parameters
Type Name Description
IServerConnection conn

The connection.

System.Collections.Generic.IEnumerable<IItem> items

The items.

Properties

| Improve this Doc View Source

Conn

Connection to the database

Declaration
public IServerConnection Conn { get; }
Property Value
Type Description
IServerConnection
Implements
IContext.Conn
| Improve this Doc View Source

Items

Items that the method should act on

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