Interface IMutableItemContext
Context for a server method which is called with a single item that must be modified to alter Aras behavior
Inherited Members
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IMutableItemContext : IContext
Properties
| Improve this Doc View SourceItem
Item that method should act on
Declaration
IItem Item { get; }
Property Value
Type | Description |
---|---|
IItem |