Show / Hide Table of Contents

Interface ISingleItemContext

Context for a server method which is called with a single item

Inherited Members
IContext.Conn
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface ISingleItemContext : IContext

Properties

| Improve this Doc View Source

Item

Item that method should act on

Declaration
IReadOnlyItem Item { get; }
Property Value
Type Description
IReadOnlyItem
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX