C# Class CmisSync.Lib.Events.RepoConfigChangedEvent

Repo config changed event.
Inheritance: ConfigChangedEvent
Mostrar archivo Open project: OpenDataSpace/CmisSync

Public Properties

Property Type Description
RepoInfo CmisSync.Lib.Config.RepoInfo

Public Methods

Method 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 method

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

ToString() public method

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

Property Details

RepoInfo public_oe property

The repo info.
public RepoInfo,CmisSync.Lib.Config RepoInfo
return CmisSync.Lib.Config.RepoInfo