C# 클래스 ParkitectNexus.Client.Base.Pages.MenuPageView

상속: ParkitectNexus.Client.Base.Tiles.LoadableDataTileView
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
CreateTile ( string text, System.Drawing.Image image, Color backgroundColor, System.Action clickedAction ) : Tile
MenuPageView ( IParkitect parkitect, ILogger log, IWebsite website, System.App app ) : System

보호된 메소드들

메소드 설명
LoadTiles ( CancellationToken cancellationToken ) : Task>

비공개 메소드들

메소드 설명
LoadTiles ( ) : IEnumerable

메소드 상세

CreateTile() 공개 메소드

public CreateTile ( string text, System.Drawing.Image image, Color backgroundColor, System.Action clickedAction ) : Tile
text string
image System.Drawing.Image
backgroundColor Color
clickedAction System.Action
리턴 ParkitectNexus.Client.Base.Tiles.Tile

LoadTiles() 보호된 메소드

protected LoadTiles ( CancellationToken cancellationToken ) : Task>
cancellationToken System.Threading.CancellationToken
리턴 Task>

MenuPageView() 공개 메소드

public MenuPageView ( IParkitect parkitect, ILogger log, IWebsite website, System.App app ) : System
parkitect IParkitect
log ILogger
website IWebsite
app System.App
리턴 System