C# 클래스 App1.Data.SampleDataCommon

상속: App1.Common.BindableBase
파일 보기 프로젝트 열기: jlaanstra/Windows.UI.Interactivity

공개 메소드들

메소드 설명
SampleDataCommon ( String uniqueId, String title, String subtitle, String imagePath, String description ) : System
SetImage ( String path ) : void
ToString ( ) : string

메소드 상세

SampleDataCommon() 공개 메소드

public SampleDataCommon ( String uniqueId, String title, String subtitle, String imagePath, String description ) : System
uniqueId String
title String
subtitle String
imagePath String
description String
리턴 System

SetImage() 공개 메소드

public SetImage ( String path ) : void
path String
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string