C# 클래스 CatalogOfFreeContent.Common.Catalog

상속: ICatalog
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IContent content ) : void
Catalog ( ) : System.Collections.Generic
GetListContent ( string title, int numberOfElementsToList ) : IEnumerable
UpdateContent ( string oldUrl, string newUrl ) : int

메소드 상세

Add() 공개 메소드

public Add ( IContent content ) : void
content IContent
리턴 void

Catalog() 공개 메소드

public Catalog ( ) : System.Collections.Generic
리턴 System.Collections.Generic

GetListContent() 공개 메소드

public GetListContent ( string title, int numberOfElementsToList ) : IEnumerable
title string
numberOfElementsToList int
리턴 IEnumerable

UpdateContent() 공개 메소드

public UpdateContent ( string oldUrl, string newUrl ) : int
oldUrl string
newUrl string
리턴 int