C# 클래스 SRNicoNico.ViewModels.PlayListEntryViewModel

상속: TabItemViewModel
파일 보기 프로젝트 열기: mrtska/SRNicoNico 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Owner PlayListViewModel
VideoUrl string

공개 메소드들

메소드 설명
PlayListEntryViewModel ( MylistListEntryViewModel entry ) : System
PlayListEntryViewModel ( string title, string thumbnail, string videoUrl ) : System
RegisterOwner ( PlayListViewModel vm ) : PlayListEntryViewModel

메소드 상세

PlayListEntryViewModel() 공개 메소드

public PlayListEntryViewModel ( MylistListEntryViewModel entry ) : System
entry MylistListEntryViewModel
리턴 System

PlayListEntryViewModel() 공개 메소드

public PlayListEntryViewModel ( string title, string thumbnail, string videoUrl ) : System
title string
thumbnail string
videoUrl string
리턴 System

RegisterOwner() 공개 메소드

public RegisterOwner ( PlayListViewModel vm ) : PlayListEntryViewModel
vm PlayListViewModel
리턴 PlayListEntryViewModel

프로퍼티 상세

Owner 공개적으로 프로퍼티

public PlayListViewModel,SRNicoNico.ViewModels Owner
리턴 PlayListViewModel

VideoUrl 공개적으로 프로퍼티

public string VideoUrl
리턴 string