C# Class Zetbox.Client.Presentables.FilterViewModels.DateRangeFilterViewModel.ItemViewModel

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: daszat/zetbox

Public Methods

Method Description
ItemViewModel ( ) : System
ItemViewModel ( int value, string name ) : System
OnlyValid ( ItemViewModel i ) : ItemViewModel
SetIsSelected ( bool value ) : void

Private Methods

Method Description
OnPropertyChanged ( string name ) : void

Method Details

ItemViewModel() public method

public ItemViewModel ( ) : System
return System

ItemViewModel() public method

public ItemViewModel ( int value, string name ) : System
value int
name string
return System

OnlyValid() public static method

public static OnlyValid ( ItemViewModel i ) : ItemViewModel
i ItemViewModel
return ItemViewModel

SetIsSelected() public method

public SetIsSelected ( bool value ) : void
value bool
return void