C# 클래스 Solvberget.Domain.Implementation.LibraryListDynamicRepository

상속: IListRepository
파일 보기 프로젝트 열기: digbib/Solvberget

공개 메소드들

메소드 설명
GetLists ( int limit = null ) : List
LibraryListDynamicRepository ( IRepository documentRepository, IImageRepository imageRepository, string xmlFilePath = null ) : System

비공개 메소드들

메소드 설명
GenerateList ( string file ) : LibraryList
GenerateRequest ( System.Xml.Linq.XContainer dynListXml, Timespan timespan ) : string
GenerateTimespanString ( Timespan timespan ) : string
GetTimespan ( string timespan ) : Timespan

메소드 상세

GetLists() 공개 메소드

public GetLists ( int limit = null ) : List
limit int
리턴 List

LibraryListDynamicRepository() 공개 메소드

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