C# 클래스 ShortUrl.DataAccess.MongoUrlStore

상속: UrlStore
파일 보기 프로젝트 열기: horsdal/ShortURL 1 사용 예제들

공개 메소드들

메소드 설명
GetUrlFor ( string shortenedUrl ) : string
MongoUrlStore ( string connectionString ) : System.Threading
SaveUrl ( string url, string shortenedUrl ) : void

메소드 상세

GetUrlFor() 공개 메소드

public GetUrlFor ( string shortenedUrl ) : string
shortenedUrl string
리턴 string

MongoUrlStore() 공개 메소드

public MongoUrlStore ( string connectionString ) : System.Threading
connectionString string
리턴 System.Threading

SaveUrl() 공개 메소드

public SaveUrl ( string url, string shortenedUrl ) : void
url string
shortenedUrl string
리턴 void