C# Class DevExpress.OutlookInspiredApp.Win.ViewModel.ProductMapViewModel

Inheritance: ProductViewModel, ISalesMapViewModel
Exibir arquivo Open project: sethjuarez/DevAV

Public Methods

Method Description
CanSetLifetimePeriod ( ) : bool
CanSetThisMonthPeriod ( ) : bool
CanSetThisYearPeriod ( ) : bool

Protected Methods

Method Description
OnPeriodChanged ( ) : void

Private Methods

Method Description
RaisePeriodChanged ( ) : void
SetLifetimePeriod ( ) : void
SetThisMonthPeriod ( ) : void
SetThisYearPeriod ( ) : void

Method Details

CanSetLifetimePeriod() public method

public CanSetLifetimePeriod ( ) : bool
return bool

CanSetThisMonthPeriod() public method

public CanSetThisMonthPeriod ( ) : bool
return bool

CanSetThisYearPeriod() public method

public CanSetThisYearPeriod ( ) : bool
return bool

OnPeriodChanged() protected method

protected OnPeriodChanged ( ) : void
return void