C# 클래스 ActiveListExtensions.ValueModifiers.ActiveCount

상속: ActiveListValueBase
파일 보기 프로젝트 열기: JohannesMoersch/ActiveListExtensions

공개 메소드들

메소드 설명
ActiveCount ( IActiveList source, Func predicate, IEnumerable propertiesToWatch ) : ActiveListExtensions.Utilities
ActiveCount ( IActiveList source, IActiveValue parameter, Func predicate, IEnumerable sourcePropertiesToWatch, IEnumerable parameterPropertiesToWatch ) : ActiveListExtensions.Utilities

보호된 메소드들

메소드 설명
ItemModified ( int index, value ) : void
OnAdded ( int index, value ) : void
OnMoved ( int oldIndex, int newIndex, value ) : void
OnRemoved ( int index, value ) : void
OnReplaced ( int index, oldValue, newValue ) : void
OnReset ( IReadOnlyList newItems ) : void

메소드 상세

ActiveCount() 공개 메소드

public ActiveCount ( IActiveList source, Func predicate, IEnumerable propertiesToWatch ) : ActiveListExtensions.Utilities
source IActiveList
predicate Func
propertiesToWatch IEnumerable
리턴 ActiveListExtensions.Utilities

ActiveCount() 공개 메소드

public ActiveCount ( IActiveList source, IActiveValue parameter, Func predicate, IEnumerable sourcePropertiesToWatch, IEnumerable parameterPropertiesToWatch ) : ActiveListExtensions.Utilities
source IActiveList
parameter IActiveValue
predicate Func
sourcePropertiesToWatch IEnumerable
parameterPropertiesToWatch IEnumerable
리턴 ActiveListExtensions.Utilities

ItemModified() 보호된 메소드

protected ItemModified ( int index, value ) : void
index int
리턴 void

OnAdded() 보호된 메소드

protected OnAdded ( int index, value ) : void
index int
리턴 void

OnMoved() 보호된 메소드

protected OnMoved ( int oldIndex, int newIndex, value ) : void
oldIndex int
newIndex int
리턴 void

OnRemoved() 보호된 메소드

protected OnRemoved ( int index, value ) : void
index int
리턴 void

OnReplaced() 보호된 메소드

protected OnReplaced ( int index, oldValue, newValue ) : void
index int
리턴 void

OnReset() 보호된 메소드

protected OnReset ( IReadOnlyList newItems ) : void
newItems IReadOnlyList
리턴 void