C# 클래스 OKr.Common.TileSquareBase

상속: TileNotificationBase, ISquareTileInternal
파일 보기 프로젝트 열기: anytao/ModernReader

공개 메소드들

메소드 설명
GetContent ( ) : string
SerializeBinding ( string globalLang, string globalBaseUri, TileBranding globalBranding, bool globalAddImageQuery ) : string
TileSquareBase ( string templateName, int imageCount, int textCount ) : OKr.Common.TileContent

메소드 상세

GetContent() 공개 메소드

public GetContent ( ) : string
리턴 string

SerializeBinding() 공개 메소드

public SerializeBinding ( string globalLang, string globalBaseUri, TileBranding globalBranding, bool globalAddImageQuery ) : string
globalLang string
globalBaseUri string
globalBranding TileBranding
globalAddImageQuery bool
리턴 string

TileSquareBase() 공개 메소드

public TileSquareBase ( string templateName, int imageCount, int textCount ) : OKr.Common.TileContent
templateName string
imageCount int
textCount int
리턴 OKr.Common.TileContent