Method | Description | |
---|---|---|
Add ( INotifyRepositoryPropertyChanged repo ) : void |
Add the specified repo.
|
|
Remove ( INotifyRepositoryPropertyChanged repo ) : void |
Remove the specified repo.
|
|
RepositoryStatusAggregator ( ) : System |
Initializes a new instance of the CmisSync.Lib.Cmis.RepositoryStatusAggregator class.
|
Method | Description | |
---|---|---|
AnyDateChanged ( ) : void | ||
AnyNumberChanged ( ) : void | ||
AnyStatusChanged ( ) : void | ||
NotifyPropertyChanged ( string propertyName ) : void |
This method is called by the Set accessor of each property.
|
public Add ( INotifyRepositoryPropertyChanged repo ) : void | ||
repo | INotifyRepositoryPropertyChanged | Repository to listen to. |
return | void |
public Remove ( INotifyRepositoryPropertyChanged repo ) : void | ||
repo | INotifyRepositoryPropertyChanged | Repository to stop listening to. |
return | void |
public RepositoryStatusAggregator ( ) : System | ||
return | System |