C# Class TestLibrary.TestUtils.MockOfICmisObject

ファイルを表示 Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
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

Method Details

SetupAllowableActions() public static method

public static SetupAllowableActions ( this mock ) : Mock
mock this
return Mock

SetupAllowableActions() public static method

public static SetupAllowableActions ( this doc ) : Mock
doc this
return Mock

SetupAllowableActions() public static method

public static SetupAllowableActions ( this folder ) : Mock
folder this
return Mock

SetupReadOnly() public static method

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

SetupReadOnly() public static method

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

SetupReadOnly() public static method

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