C# 클래스 Input101.SampleModel

상속: Java.Lang.Object
파일 보기 프로젝트 열기: GoXuni/Xamarin.Android-Samples 1 사용 예제들

공개 메소드들

메소드 설명
SampleModel ( String name, String description, int thumbnailResourceId ) : System
getDescription ( ) : String
getName ( ) : String
getThumbnailResourceId ( ) : int
setDescription ( String description ) : void
setName ( String name ) : void
setThumbnailResourceId ( int thumbnailResourceId ) : void

메소드 상세

SampleModel() 공개 메소드

public SampleModel ( String name, String description, int thumbnailResourceId ) : System
name String
description String
thumbnailResourceId int
리턴 System

getDescription() 공개 메소드

public getDescription ( ) : String
리턴 String

getName() 공개 메소드

public getName ( ) : String
리턴 String

getThumbnailResourceId() 공개 메소드

public getThumbnailResourceId ( ) : int
리턴 int

setDescription() 공개 메소드

public setDescription ( String description ) : void
description String
리턴 void

setName() 공개 메소드

public setName ( String name ) : void
name String
리턴 void

setThumbnailResourceId() 공개 메소드

public setThumbnailResourceId ( int thumbnailResourceId ) : void
thumbnailResourceId int
리턴 void