C# Class JryVideo.Common.VideoRoleCollectionViewModel

Inheritance: JasilyViewModel, IComparer
Mostrar archivo Open project: Cologler/JRYVideo Class Usage Examples

Public Methods

Method Description
AutoCompleteAsync ( ) : System.Threading.Tasks.Task
CombineActorsAsync ( ) : System.Threading.Tasks.Task
CommitAsync ( ) : System.Threading.Tasks.Task
Compare ( VideoRoleViewModel x, VideoRoleViewModel y ) : int
Compare ( object x, object y ) : int
DeleteAsync ( VideoRoleViewModel role ) : System.Threading.Tasks.Task
LoadAsync ( ) : System.Threading.Tasks.Task
MoveToAnotherCollectionAsync ( VideoRoleViewModel role ) : Task
VideoRoleCollectionViewModel ( Series series, JryVideoInfo video ) : System.Collections

Private Methods

Method Description
Exchange ( VideoRoleCollection source, VideoRoleCollection dest, VideoRole role ) : bool

Method Details

AutoCompleteAsync() public method

public AutoCompleteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

CombineActorsAsync() public method

public CombineActorsAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

CommitAsync() public method

public CommitAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Compare() public method

public Compare ( VideoRoleViewModel x, VideoRoleViewModel y ) : int
x VideoRoleViewModel
y VideoRoleViewModel
return int

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int

DeleteAsync() public method

public DeleteAsync ( VideoRoleViewModel role ) : System.Threading.Tasks.Task
role VideoRoleViewModel
return System.Threading.Tasks.Task

LoadAsync() public method

public LoadAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

MoveToAnotherCollectionAsync() public method

public MoveToAnotherCollectionAsync ( VideoRoleViewModel role ) : Task
role VideoRoleViewModel
return Task

VideoRoleCollectionViewModel() public method

public VideoRoleCollectionViewModel ( Series series, JryVideoInfo video ) : System.Collections
series Series
video JryVideo.Model.JryVideoInfo
return System.Collections