C# Класс N2.Raven.RavenSource

Наследование: SourceBase
Показать файл Открыть проект

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

Метод Описание
AppendChildren ( IEnumerable previousChildren, Query query ) : IEnumerable
Copy ( ContentItem source, ContentItem destination ) : ContentItem
Delete ( ContentItem item ) : void
Get ( object id ) : ContentItem
IsProvidedBy ( ContentItem item ) : bool
Move ( ContentItem source, ContentItem destination ) : ContentItem
RavenSource ( IContentItemRepository repository ) : System
Save ( ContentItem item ) : void

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

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

public AppendChildren ( IEnumerable previousChildren, Query query ) : IEnumerable
previousChildren IEnumerable
query N2.Persistence.Sources.Query
Результат IEnumerable

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

public Copy ( ContentItem source, ContentItem destination ) : ContentItem
source ContentItem
destination ContentItem
Результат ContentItem

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

public Delete ( ContentItem item ) : void
item ContentItem
Результат void

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

public Get ( object id ) : ContentItem
id object
Результат ContentItem

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

public IsProvidedBy ( ContentItem item ) : bool
item ContentItem
Результат bool

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

public Move ( ContentItem source, ContentItem destination ) : ContentItem
source ContentItem
destination ContentItem
Результат ContentItem

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

public RavenSource ( IContentItemRepository repository ) : System
repository IContentItemRepository
Результат System

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

public Save ( ContentItem item ) : void
item ContentItem
Результат void