Show / Hide Table of Contents

Class RevisionTarget

Represents a reference to a historical revision

Inheritance
System.Object
RevisionTarget
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Input
Assembly: Phoenix.Plugin.Input.dll
Syntax
public class RevisionTarget

Constructors

View Source

RevisionTarget(Int32, Revision)

Initializes a new instance of the RevisionTarget class

Declaration
public RevisionTarget(int initRevisionIndex, Revision initRevision)
Parameters
Type Name Description
System.Int32 initRevisionIndex

Index of target revision

Revision initRevision

Target revision

Properties

View Source

RevisionIndex

Gets or sets the index of revision to jump to when following this target

Declaration
public int RevisionIndex { get; set; }
Property Value
Type Description
System.Int32
View Source

Screenshot

Gets or sets the screenshot of target revision

Declaration
public BitmapSource Screenshot { get; set; }
Property Value
Type Description
System.Windows.Media.Imaging.BitmapSource
  • View Source
In This Article
Back to top Generated by DocFX