C# Class Dev2.Studio.TO.DeployStatsTO

Provides information on deploy statistics in a bindable
Inheritance: INotifyPropertyChanged
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
DeployStatsTO ( ) : System.ComponentModel
DeployStatsTO ( string name, string description ) : System.ComponentModel

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

DeployStatsTO() public method

public DeployStatsTO ( ) : System.ComponentModel
return System.ComponentModel

DeployStatsTO() public method

public DeployStatsTO ( string name, string description ) : System.ComponentModel
name string
description string
return System.ComponentModel

OnPropertyChanged() protected method

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