Show / Hide Table of Contents

Class DateRange

Represents a range of Dates.

Inheritance
object
NotificationObject
DateRange
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DateRange : NotificationObject, INotifyPropertyChanged

Constructors

DateRange()

Initializes a new instance of the DateRange class.

Declaration
public DateRange()

Properties

EndDate

Gets or sets the end date.

Declaration
public Date EndDate { get; set; }
Property Value
Type Description
Date

The end date.

IsEmpty

Gets a value indicating whether this object lacks any content.

Declaration
public bool IsEmpty { get; }
Property Value
Type Description
bool

StartDate

Gets or sets the start date.

Declaration
public Date StartDate { get; set; }
Property Value
Type Description
Date

The start date.

Methods

ToString()

Returns a string that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance.

Overrides
object.ToString()

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX