C# Класс CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage

Ignored entities storage.
Наследование: IIgnoredEntitiesStorage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( IIgnoredEntity ignore ) : void

Add the specified ignore to the given collection

AddOrUpdateEntryAndDeleteAllChildrenFromStorage ( IIgnoredEntity e ) : void

Adds or update an entry and deletes all children from storage.

IgnoredEntitiesStorage ( IIgnoredEntitiesCollection collection, IMetaDataStorage storage ) : System

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

IsIgnored ( IDocument doc ) : IgnoredState

Determines whether the given Document is ignored.

IsIgnored ( IFolder folder ) : IgnoredState

Determines whether the given folder is ignored.

IsIgnoredId ( string objectId ) : IgnoredState

Determines whether the object with the given objectId is ignored.

IsIgnoredPath ( string localPath ) : IgnoredState

Determines whether this the ignored path is ignored.

Remove ( IIgnoredEntity ignore ) : void

Remove the specified ignore form the given collection

Remove ( string objectId ) : void

Remove the specified objectId from the given collection

Описание методов

Add() публичный Метод

Add the specified ignore to the given collection
public Add ( IIgnoredEntity ignore ) : void
ignore IIgnoredEntity Ignored entity.
Результат void

AddOrUpdateEntryAndDeleteAllChildrenFromStorage() публичный Метод

Adds or update an entry and deletes all children from storage.
public AddOrUpdateEntryAndDeleteAllChildrenFromStorage ( IIgnoredEntity e ) : void
e IIgnoredEntity Ignored Entity.
Результат void

IgnoredEntitiesStorage() публичный Метод

Initializes a new instance of the CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage class.
public IgnoredEntitiesStorage ( IIgnoredEntitiesCollection collection, IMetaDataStorage storage ) : System
collection IIgnoredEntitiesCollection Ignored entries collection.
storage IMetaDataStorage Meta data storage.
Результат System

IsIgnored() публичный Метод

Determines whether the given Document is ignored.
public IsIgnored ( IDocument doc ) : IgnoredState
doc IDocument Document to be checked.
Результат IgnoredState

IsIgnored() публичный Метод

Determines whether the given folder is ignored.
public IsIgnored ( IFolder folder ) : IgnoredState
folder IFolder Folder to be checked.
Результат IgnoredState

IsIgnoredId() публичный Метод

Determines whether the object with the given objectId is ignored.
public IsIgnoredId ( string objectId ) : IgnoredState
objectId string Object identifier.
Результат IgnoredState

IsIgnoredPath() публичный Метод

Determines whether this the ignored path is ignored.
public IsIgnoredPath ( string localPath ) : IgnoredState
localPath string Local path.
Результат IgnoredState

Remove() публичный Метод

Remove the specified ignore form the given collection
public Remove ( IIgnoredEntity ignore ) : void
ignore IIgnoredEntity Ignored entity.
Результат void

Remove() публичный Метод

Remove the specified objectId from the given collection
public Remove ( string objectId ) : void
objectId string Object identifier.
Результат void