C# 클래스 CmisSync.Lib.Producer.Crawler.DescendantsTreeCollection

Descendants tree collection.
/// The exception that is thrown when a null /// reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. ///
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

공개 메소드들

메소드 설명
DescendantsTreeCollection ( IObjectTree storedTree, IObjectTree localTree, IObjectTree remoteTree ) : System

Initializes a new instance of the CmisSync.Lib.Producer.Crawler.DescendantsTreeCollection struct.

메소드 상세

DescendantsTreeCollection() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Producer.Crawler.DescendantsTreeCollection struct.
/// The exception that is thrown when a /// null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. ///
public DescendantsTreeCollection ( IObjectTree storedTree, IObjectTree localTree, IObjectTree remoteTree ) : System
storedTree IObjectTree /// Stored tree. ///
localTree IObjectTree /// Local tree. ///
remoteTree IObjectTree /// Remote tree. ///
리턴 System