C# 클래스 CmisSync.Lib.Events.RepoConfigChangedEvent

Repo config changed event.
상속: ConfigChangedEvent
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 프로퍼티들

프로퍼티 타입 설명
RepoInfo CmisSync.Lib.Config.RepoInfo

공개 메소드들

메소드 설명
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.

메소드 상세

RepoConfigChangedEvent() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

RepoInfo 공개적으로 프로퍼티

The repo info.
public RepoInfo,CmisSync.Lib.Config RepoInfo
리턴 CmisSync.Lib.Config.RepoInfo