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 SourceIntervalDisplay(ScreenshotRefreshInterval)
Initializes a new instance of the IntervalDisplay class.
Declaration
public IntervalDisplay(ScreenshotRefreshInterval interval)
Parameters
Type | Name | Description |
---|---|---|
ScreenshotRefreshInterval | interval | the screenshot refresh interval |
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 SourceDescription
Gets or sets a string representing the description of the refresh interval.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Interval
Gets or sets the refresh interval.
Declaration
public ScreenshotRefreshInterval Interval { get; set; }
Property Value
Type | Description |
---|---|
ScreenshotRefreshInterval |