C# Class PeerCastStation.WPF.CoreSettings.SettingViewModel

Inheritance: ViewModelBase
Mostra file Open project: kumaryu/peercaststation Class Usage Examples

Public Properties

Property Type Description
channelCleanupInactiveLimit int

Public Methods

Method Description
AddPort ( ) : void
AddYellowPage ( ) : void
Apply ( ) : void
CheckPort ( ) : void
RemovePort ( ) : void
RemoveYellowPage ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
CheckPortAsync ( ) : Task
SettingViewModel ( PeerCastApplication peca_app ) : System

Method Details

AddPort() public method

public AddPort ( ) : void
return void

AddYellowPage() public method

public AddYellowPage ( ) : void
return void

Apply() public method

public Apply ( ) : void
return void

CheckPort() public method

public CheckPort ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

RemovePort() public method

public RemovePort ( ) : void
return void

RemoveYellowPage() public method

public RemoveYellowPage ( ) : void
return void

Property Details

channelCleanupInactiveLimit public_oe property

public int channelCleanupInactiveLimit
return int