C# Class Cindeck.ViewModels.IdolFilter

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: noelex/Cindeck Class Usage Examples

Méthodes publiques

Méthode Description
GetConfig ( ) : FilterConfig
IdolFilter ( AppConfig config, ICollectionView target, bool enableOwnedFilter = true, bool enableCategoryFilter = true, bool enableNameFilter = true, bool enableRarityFilter = true, bool enableCenterEffectFilter = true, bool enableSkillFilter = true, bool enableOwnedOnlyFilter = false ) : Cindeck.Core
OnPropertyChanged ( string propertyName, object before, object after ) : void
SetConfig ( FilterConfig config ) : void

Private Methods

Méthode Description
FilterIdols ( object obj ) : bool

Method Details

GetConfig() public méthode

public GetConfig ( ) : FilterConfig
Résultat FilterConfig

IdolFilter() public méthode

public IdolFilter ( AppConfig config, ICollectionView target, bool enableOwnedFilter = true, bool enableCategoryFilter = true, bool enableNameFilter = true, bool enableRarityFilter = true, bool enableCenterEffectFilter = true, bool enableSkillFilter = true, bool enableOwnedOnlyFilter = false ) : Cindeck.Core
config AppConfig
target ICollectionView
enableOwnedFilter bool
enableCategoryFilter bool
enableNameFilter bool
enableRarityFilter bool
enableCenterEffectFilter bool
enableSkillFilter bool
enableOwnedOnlyFilter bool
Résultat Cindeck.Core

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
Résultat void

SetConfig() public méthode

public SetConfig ( FilterConfig config ) : void
config FilterConfig
Résultat void