C# Class PeerCastStation.WPF.ChannelViewModel

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: kumaryu/peercaststation

Public Methods

Method 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 method

public ChannelViewModel ( Channel model ) : System
model Channel
return System

CreateHostTree() public method

public CreateHostTree ( ) : HostTree
return HostTree

Disconnect() public method

public Disconnect ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void

Reconnect() public method

public Reconnect ( ) : void
return void

Update() public method

public Update ( ) : void
return void