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