Show / Hide Table of Contents

Class IntervalDisplay

A class to hold a view of screenshot intervals and a string description for binding.

Inheritance
System.Object
IntervalDisplay
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.Screenshot
Assembly: Phoenix.Plugin.Screenshot.dll
Syntax
public class IntervalDisplay

Constructors

View Source

IntervalDisplay(ScreenshotRefreshInterval)

Initializes a new instance of the IntervalDisplay class.

Declaration
public IntervalDisplay(ScreenshotRefreshInterval interval)
Parameters
Type Name Description
ScreenshotRefreshInterval interval

the screenshot refresh interval

View Source

IntervalDisplay(ScreenshotRefreshInterval, String)

Initializes a new instance of the IntervalDisplay class.

Declaration
public IntervalDisplay(ScreenshotRefreshInterval interval, string description)
Parameters
Type Name Description
ScreenshotRefreshInterval interval

the screenshot refresh interval

System.String description

the description for the interval

Properties

View Source

Description

Gets or sets a string representing the description of the refresh interval.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

Interval

Gets or sets the refresh interval.

Declaration
public ScreenshotRefreshInterval Interval { get; set; }
Property Value
Type Description
ScreenshotRefreshInterval
  • View Source
In This Article
Back to top Generated by DocFX