C# 클래스 CmisCmdlets.Tests.Constraints.CmisObjectExistsConstraint

상속: CmisBaseConstraint
파일 보기 프로젝트 열기: OpenDataSpace/CmisCmdlets

공개 메소드들

메소드 설명
CmisObjectExistsConstraint ( ISession session, bool shouldExist ) : System
Matches ( object actual ) : bool

메소드 상세

CmisObjectExistsConstraint() 공개 메소드

public CmisObjectExistsConstraint ( ISession session, bool shouldExist ) : System
session ISession
shouldExist bool
리턴 System

Matches() 공개 메소드

public Matches ( object actual ) : bool
actual object
리턴 bool