Interface IVersionContext
Context for a server method which runs as part of an item being versioned
Inherited Members
Namespace: Innovator.Server
Assembly: Innovator.Client.dll
Syntax
public interface IVersionContext : IContext
Properties
| Improve this Doc View SourceNewVersion
Metadata about the nex generation
Declaration
IReadOnlyItem NewVersion { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem | The new generation. |
OldVersion
Metadata about the previous generation
Declaration
IReadOnlyItem OldVersion { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem | The previous generation. |
QueryDefaults
Method for modifying the query to get the new revision
Declaration
Action<IItem> QueryDefaults { get; set; }
Property Value
Type | Description |
---|---|
System.Action<IItem> |