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