C# 클래스 DouMi.MainPageLinksViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: gzb1985/doumi

공개 프로퍼티들

프로퍼티 타입 설명
iconPath string
info string

공개 메소드들

메소드 설명
MainPageLinksViewModel ( string iconPath, string info ) : System

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

MainPageLinksViewModel() 공개 메소드

public MainPageLinksViewModel ( string iconPath, string info ) : System
iconPath string
info string
리턴 System

프로퍼티 상세

iconPath 공개적으로 프로퍼티

public string iconPath
리턴 string

info 공개적으로 프로퍼티

public string info
리턴 string