C# 클래스 Dev2.Studio.TO.DeployStatsTO

Provides information on deploy statistics in a bindable
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
DeployStatsTO ( ) : System.ComponentModel
DeployStatsTO ( string name, string description ) : System.ComponentModel

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

메소드 상세

DeployStatsTO() 공개 메소드

public DeployStatsTO ( ) : System.ComponentModel
리턴 System.ComponentModel

DeployStatsTO() 공개 메소드

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

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void