Class TimeMarker
Represents basic ITimeMarker implementation.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class TimeMarker : ViewModelBase, INotifyPropertyChanged, IDisposable, ITimeMarker, IEquatable<ITimeMarker>
Constructors
TimeMarker()
TimeMarker(String, Brush)
Initializes a new instance of the TimeMarker class.
Declaration
public TimeMarker(string name, Brush brush)
Parameters
System.String
name
The name. |
System.Windows.Media.Brush
brush
The brush. |
Properties
Busy
Gets the busy.
Declaration
public static TimeMarker Busy { get; }
Property Value
TimeMarker
The busy. |
Free
Gets the free.
Declaration
public static TimeMarker Free { get; }
Property Value
TimeMarker
The free. |
OutOfOffice
Gets the out of office.
Declaration
public static TimeMarker OutOfOffice { get; }
Property Value
TimeMarker
The out of office. |
Tentative
Gets the tentative.
Declaration
public static TimeMarker Tentative { get; }
Property Value
TimeMarker
The tentative. |
TimeMarkerBrush
Gets or sets the time marker brush.
Declaration
public Brush TimeMarkerBrush { get; set; }
Property Value
System.Windows.Media.Brush
The time marker brush. |
TimeMarkerName
Gets or sets the name of the time marker.
Declaration
public string TimeMarkerName { get; set; }
Property Value
System.String
The name of the time marker. |
Implements
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Equals(ITimeMarker)
Determines whether the specified ITimeMarker is equal to this instance.
Declaration
public bool Equals(ITimeMarker other)
Parameters
ITimeMarker
other
The ITimeMarker to compare with this instance. |
Returns
System.Boolean
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |