Méthode | Description | |
---|---|---|
ActiveCount ( IActiveList source, Func predicate, IEnumerable propertiesToWatch ) : ActiveListExtensions.Utilities | ||
ActiveCount ( IActiveList source, IActiveValue parameter, Func predicate, IEnumerable sourcePropertiesToWatch, IEnumerable parameterPropertiesToWatch ) : ActiveListExtensions.Utilities |
Méthode | Description | |
---|---|---|
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 |
public ActiveCount ( IActiveList source, Func predicate, IEnumerable propertiesToWatch ) : ActiveListExtensions.Utilities | ||
source | IActiveList | |
predicate | Func | |
propertiesToWatch | IEnumerable | |
Résultat | ActiveListExtensions.Utilities |
public ActiveCount ( IActiveList source, IActiveValue parameter, Func predicate, IEnumerable sourcePropertiesToWatch, IEnumerable parameterPropertiesToWatch ) : ActiveListExtensions.Utilities | ||
source | IActiveList | |
parameter | IActiveValue | |
predicate | Func | |
sourcePropertiesToWatch | IEnumerable | |
parameterPropertiesToWatch | IEnumerable | |
Résultat | ActiveListExtensions.Utilities |
protected ItemModified ( int index, value ) : void | ||
index | int | |
Résultat | void |
protected OnMoved ( int oldIndex, int newIndex, value ) : void | ||
oldIndex | int | |
newIndex | int | |
Résultat | void |
protected OnRemoved ( int index, value ) : void | ||
index | int | |
Résultat | void |
protected OnReplaced ( int index, oldValue, newValue ) : void | ||
index | int | |
Résultat | void |
protected OnReset ( IReadOnlyList newItems ) : void | ||
newItems | IReadOnlyList | |
Résultat | void |