Show / Hide Table of Contents

Interface IVersionContext

Context for a server method which runs as part of an item being versioned

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

Properties

| Improve this Doc View Source

NewVersion

Metadata about the nex generation

Declaration
IReadOnlyItem NewVersion { get; }
Property Value
Type Description
IReadOnlyItem

The new generation.

| Improve this Doc View Source

OldVersion

Metadata about the previous generation

Declaration
IReadOnlyItem OldVersion { get; }
Property Value
Type Description
IReadOnlyItem

The previous generation.

| Improve this Doc View Source

QueryDefaults

Method for modifying the query to get the new revision

Declaration
Action<IItem> QueryDefaults { get; set; }
Property Value
Type Description
System.Action<IItem>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX