C# Class CmisSync.Lib.Events.RepoConfigChangedEvent

Repo config changed event.
Inheritance: ConfigChangedEvent
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Свойство Type Description
RepoInfo CmisSync.Lib.Config.RepoInfo

Méthodes publiques

Méthode Description
RepoConfigChangedEvent ( RepoInfo repoInfo ) : System

Initializes a new instance of the CmisSync.Lib.Events.RepoConfigChangedEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.RepoConfigChangedEvent.

Method Details

RepoConfigChangedEvent() public méthode

Initializes a new instance of the CmisSync.Lib.Events.RepoConfigChangedEvent class.
public RepoConfigChangedEvent ( RepoInfo repoInfo ) : System
repoInfo CmisSync.Lib.Config.RepoInfo /// Repo info. ///
Résultat System

ToString() public méthode

Returns a System.String that represents the current CmisSync.Lib.Events.RepoConfigChangedEvent.
public ToString ( ) : string
Résultat string

Property Details

RepoInfo public_oe property

The repo info.
public RepoInfo,CmisSync.Lib.Config RepoInfo
Résultat CmisSync.Lib.Config.RepoInfo