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 |
Méthode | Description | |
---|---|---|
FilterIdols ( object obj ) : bool |
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 |
public OnPropertyChanged ( string propertyName, object before, object after ) : void | ||
propertyName | string | |
before | object | |
after | object | |
Résultat | void |
public SetConfig ( FilterConfig config ) : void | ||
config | FilterConfig | |
Résultat | void |