C# 클래스 JryVideo.Common.VideoRoleViewModel

상속: VideoRoleReadonlyViewModel
파일 보기 프로젝트 열기: Cologler/JRYVideo 1 사용 예제들

공개 메소드들

메소드 설명
BeginEdit ( Window parent ) : void
BegionMoveToAnotherCollection ( ) : void
RefreshProperties ( ) : void

the method will call PropertyChanged for each property which has [NotifyPropertyChanged]

VideoRoleViewModel ( VideoRole source, VideoRoleCollectionViewModel parent, IImdbItem imdbItem, bool isMajor ) : System

메소드 상세

BeginEdit() 공개 메소드

public BeginEdit ( Window parent ) : void
parent System.Windows.Window
리턴 void

BegionMoveToAnotherCollection() 공개 메소드

public BegionMoveToAnotherCollection ( ) : void
리턴 void

RefreshProperties() 공개 메소드

the method will call PropertyChanged for each property which has [NotifyPropertyChanged]
public RefreshProperties ( ) : void
리턴 void

VideoRoleViewModel() 공개 메소드

public VideoRoleViewModel ( VideoRole source, VideoRoleCollectionViewModel parent, IImdbItem imdbItem, bool isMajor ) : System
source JryVideo.Model.VideoRole
parent VideoRoleCollectionViewModel
imdbItem IImdbItem
isMajor bool
리턴 System