Class MutableItemContext
Context for a server method which is called with a single item that must be modified to alter Aras behavior
Inheritance
System.Object
MutableItemContext
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 MutableItemContext : IMutableItemContext, IContext
Constructors
| Improve this Doc View SourceMutableItemContext(IServerConnection, IItem)
Initializes a new instance of the MutableItemContext class.
Declaration
public MutableItemContext(IServerConnection conn, IItem item)
Parameters
Type | Name | Description |
---|---|---|
IServerConnection | conn | The connection. |
IItem | item | The item. |
Properties
| Improve this Doc View SourceConn
Connection to the database
Declaration
public IServerConnection Conn { get; }
Property Value
Type | Description |
---|---|
IServerConnection |
Implements
| Improve this Doc View SourceItem
Item that method should act on
Declaration
public IItem Item { get; }
Property Value
Type | Description |
---|---|
IItem |