C# Class Dev2.Studio.TO.DeployStatsTO

Provides information on deploy statistics in a bindable
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
DeployStatsTO ( ) : System.ComponentModel
DeployStatsTO ( string name, string description ) : System.ComponentModel

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

DeployStatsTO() public méthode

public DeployStatsTO ( ) : System.ComponentModel
Résultat System.ComponentModel

DeployStatsTO() public méthode

public DeployStatsTO ( string name, string description ) : System.ComponentModel
name string
description string
Résultat System.ComponentModel

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void