C# 클래스 Cindeck.ViewModels.IdolFilter

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: noelex/Cindeck 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FilterIdols ( object obj ) : bool

메소드 상세

GetConfig() 공개 메소드

public GetConfig ( ) : FilterConfig
리턴 FilterConfig

IdolFilter() 공개 메소드

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
리턴 Cindeck.Core

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
리턴 void

SetConfig() 공개 메소드

public SetConfig ( FilterConfig config ) : void
config FilterConfig
리턴 void