C# 클래스 CmisSync.Lib.SelectiveIgnore.IgnoredEntity

Ignored entity holds the ignored remote object id and the local path.
상속: IIgnoredEntity
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.

IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.

메소드 상세

IgnoredEntity() 공개 메소드

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.
public IgnoredEntity ( IDocument doc, IPathMatcher matcher ) : System
doc IDocument Ignored document.
matcher IPathMatcher Path matcher to create local path.
리턴 System

IgnoredEntity() 공개 메소드

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntity class.
public IgnoredEntity ( IFolder folder, IPathMatcher matcher ) : System
folder IFolder Ignored folder.
matcher IPathMatcher Path matcher to create local path.
리턴 System