C# 클래스 P02Project.Screens.PoloroidWithText

Interaction logic for PloaroidWithText.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: raouldc/OptiDev 1 사용 예제들

공개 메소드들

메소드 설명
PoloroidWithText ( ) : System
PoloroidWithText ( String title, String resName, string date, String place, String description ) : System

construct a new poloroid with text element

setDate ( string date ) : void

set the date field

setDescription ( String desc ) : void

set the description field

setImage ( String resName ) : void

set the image of the poloroid with text

setPlace ( String place ) : void

set the place field

setTitle ( String title ) : void

set the title field

비공개 메소드들

메소드 설명
Image_ImageFailed ( object sender, System.Windows.ExceptionRoutedEventArgs e ) : void

what happens if the image fails to load

메소드 상세

PoloroidWithText() 공개 메소드

public PoloroidWithText ( ) : System
리턴 System

PoloroidWithText() 공개 메소드

construct a new poloroid with text element
public PoloroidWithText ( String title, String resName, string date, String place, String description ) : System
title String title of the polaroid
resName String link to image
date string date of event
place String place where event takes place
description String description of the event
리턴 System

setDate() 공개 메소드

set the date field
public setDate ( string date ) : void
date string
리턴 void

setDescription() 공개 메소드

set the description field
public setDescription ( String desc ) : void
desc String
리턴 void

setImage() 공개 메소드

set the image of the poloroid with text
public setImage ( String resName ) : void
resName String
리턴 void

setPlace() 공개 메소드

set the place field
public setPlace ( String place ) : void
place String
리턴 void

setTitle() 공개 메소드

set the title field
public setTitle ( String title ) : void
title String
리턴 void