C# Class JryVideo.Common.VideoRoleViewModel

Inheritance: VideoRoleReadonlyViewModel
Afficher le fichier Open project: Cologler/JRYVideo Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BeginEdit() public méthode

public BeginEdit ( Window parent ) : void
parent System.Windows.Window
Résultat void

BegionMoveToAnotherCollection() public méthode

public BegionMoveToAnotherCollection ( ) : void
Résultat void

RefreshProperties() public méthode

the method will call PropertyChanged for each property which has [NotifyPropertyChanged]
public RefreshProperties ( ) : void
Résultat void

VideoRoleViewModel() public méthode

public VideoRoleViewModel ( VideoRole source, VideoRoleCollectionViewModel parent, IImdbItem imdbItem, bool isMajor ) : System
source JryVideo.Model.VideoRole
parent VideoRoleCollectionViewModel
imdbItem IImdbItem
isMajor bool
Résultat System