Class TimeMarker
Represents basic ITime
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 Time
Declaration
public TimeMarker(string name, Brush brush)
Parameters
System. The name. |
System. The brush. |
Properties
Busy
Gets the busy.
Declaration
public static TimeMarker Busy { get; }
Property Value
Time The busy. |
Free
Gets the free.
Declaration
public static TimeMarker Free { get; }
Property Value
Time The free. |
OutOfOffice
Gets the out of office.
Declaration
public static TimeMarker OutOfOffice { get; }
Property Value
Time The out of office. |
Tentative
Gets the tentative.
Declaration
public static TimeMarker Tentative { get; }
Property Value
Time The tentative. |
TimeMarkerBrush
Gets or sets the time marker brush.
Declaration
public Brush TimeMarkerBrush { get; set; }
Property Value
System. The time marker brush. |
TimeMarkerName
Gets or sets the name of the time marker.
Declaration
public string TimeMarkerName { get; set; }
Property Value
System. The name of the time marker. |
Implements
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Equals(ITimeMarker)
Determines whether the specified ITime
Declaration
public bool Equals(ITimeMarker other)
Parameters
ITime The ITime |
Returns
System.
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |