Class DurationCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class DurationCell : Cell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
DurationCell()
Initializes a new instance of the DurationCell class.
Declaration
public DurationCell()
Properties
BeginTime
Gets or sets the begin time of the duration.
Declaration
public string BeginTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditDuration
Gets or sets a value indicating whether the duration or the begin and end time should be editable.
Declaration
public string EditDuration { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndTime
Gets or sets the end time of the duration.
Declaration
public string EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |