C# Class PsHandler.UI.TableInfo

Inheritance: INotifyPropertyChanged
Mostra file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Table System.Windows.Documents.Table

Public Methods

Method Description
TableInfo ( System.Windows.Documents.Table table ) : System
Update ( ) : void

Private Methods

Method Description
NotifyPropertyChanged ( [ propertyName = null ) : void

Method Details

TableInfo() public method

public TableInfo ( System.Windows.Documents.Table table ) : System
table System.Windows.Documents.Table
return System

Update() public method

public Update ( ) : void
return void

Property Details

Table public_oe property

public Table,System.Windows.Documents Table
return System.Windows.Documents.Table