C# Class Solvberget.Domain.Implementation.LibraryListDynamicRepository

Inheritance: IListRepository
ファイルを表示 Open project: digbib/Solvberget

Public Methods

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

Private Methods

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

public GetLists ( int limit = null ) : List
limit int
return List

LibraryListDynamicRepository() public method

public LibraryListDynamicRepository ( IRepository documentRepository, IImageRepository imageRepository, string xmlFilePath = null ) : System
documentRepository IRepository
imageRepository IImageRepository
xmlFilePath string
return System