C# Class Gwupe.Agent.UI.WPF.Roster.RosterList

Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Protected Properties

Свойство Type Description
RosterCollection Attendance>.DispatchingCollection
_listBox ListBox

Private Properties

Свойство Type Description
ContactCollectionChanged void
MarkRoster void

Méthodes publiques

Méthode Description
RefreshRoster ( ) : void

Méthodes protégées

Méthode Description
FilterEventHandler ( object sender, System.Windows.Data.FilterEventArgs eventArgs ) : void
OnAttendancePropertyChange ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
RosterList ( DispatchingCollection rosterCollection, ListBox listBox ) : System

Private Methods

Méthode Description
ContactCollectionChanged ( object sender, NotifyCollectionChangedEventArgs eventArgs ) : void
MarkRoster ( Attendance attendance, bool markActive = false ) : void

Method Details

FilterEventHandler() protected abstract méthode

protected abstract FilterEventHandler ( object sender, System.Windows.Data.FilterEventArgs eventArgs ) : void
sender object
eventArgs System.Windows.Data.FilterEventArgs
Résultat void

OnAttendancePropertyChange() protected méthode

protected OnAttendancePropertyChange ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
sender object
propertyChangedEventArgs PropertyChangedEventArgs
Résultat void

RefreshRoster() public méthode

public RefreshRoster ( ) : void
Résultat void

RosterList() protected méthode

protected RosterList ( DispatchingCollection rosterCollection, ListBox listBox ) : System
rosterCollection DispatchingCollection
listBox ListBox
Résultat System

Property Details

RosterCollection protected_oe property

protected DispatchingCollection,Attendance> RosterCollection
Résultat Attendance>.DispatchingCollection

_listBox protected_oe property

protected ListBox _listBox
Résultat ListBox