C# Class PeerCastStation.WPF.ChannelViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
ChannelViewModel ( Channel model ) : System
CreateHostTree ( ) : HostTree
Disconnect ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
OnPropertyChanged ( string name ) : void
Reconnect ( ) : void
Update ( ) : void

Method Details

ChannelViewModel() public méthode

public ChannelViewModel ( Channel model ) : System
model Channel
Résultat System

CreateHostTree() public méthode

public CreateHostTree ( ) : HostTree
Résultat HostTree

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

Reconnect() public méthode

public Reconnect ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void