C# 클래스 TestLibrary.TestUtils.MockOfICmisObject

파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
SetupAllowableActions ( this mock ) : Mock
SetupAllowableActions ( this doc ) : Mock
SetupAllowableActions ( this folder ) : Mock
SetupReadOnly ( this mock, bool readOnly = true ) : Mock
SetupReadOnly ( this doc, bool readOnly = true ) : Mock
SetupReadOnly ( this folder, bool readOnly = true, bool supportsDescendants = true ) : Mock

메소드 상세

SetupAllowableActions() 공개 정적인 메소드

public static SetupAllowableActions ( this mock ) : Mock
mock this
리턴 Mock

SetupAllowableActions() 공개 정적인 메소드

public static SetupAllowableActions ( this doc ) : Mock
doc this
리턴 Mock

SetupAllowableActions() 공개 정적인 메소드

public static SetupAllowableActions ( this folder ) : Mock
folder this
리턴 Mock

SetupReadOnly() 공개 정적인 메소드

public static SetupReadOnly ( this mock, bool readOnly = true ) : Mock
mock this
readOnly bool
리턴 Mock

SetupReadOnly() 공개 정적인 메소드

public static SetupReadOnly ( this doc, bool readOnly = true ) : Mock
doc this
readOnly bool
리턴 Mock

SetupReadOnly() 공개 정적인 메소드

public static SetupReadOnly ( this folder, bool readOnly = true, bool supportsDescendants = true ) : Mock
folder this
readOnly bool
supportsDescendants bool
리턴 Mock