C# Class Solvberget.Domain.Implementation.LibraryListDynamicRepository

Inheritance: IListRepository
Afficher le fichier Open project: digbib/Solvberget

Méthodes publiques

Méthode Description
GetLists ( int limit = null ) : List
LibraryListDynamicRepository ( IRepository documentRepository, IImageRepository imageRepository, string xmlFilePath = null ) : System

Private Methods

Méthode Description
GenerateList ( string file ) : LibraryList
GenerateRequest ( System.Xml.Linq.XContainer dynListXml, Timespan timespan ) : string
GenerateTimespanString ( Timespan timespan ) : string
GetTimespan ( string timespan ) : Timespan

Method Details

GetLists() public méthode

public GetLists ( int limit = null ) : List
limit int
Résultat List

LibraryListDynamicRepository() public méthode

public LibraryListDynamicRepository ( IRepository documentRepository, IImageRepository imageRepository, string xmlFilePath = null ) : System
documentRepository IRepository
imageRepository IImageRepository
xmlFilePath string
Résultat System