C# Class Microsoft.WindowsAzure.Samples.Phone.Storage.TableServiceSchema

Inheritance: INotifyPropertyChanged
Show file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Public Methods

Method Description
TableServiceSchema ( ) : System.ComponentModel
TableServiceSchema ( string tableName ) : System.ComponentModel

Protected Methods

Method Description
OnPropertyChanged ( string changedProperty ) : void

Method Details

OnPropertyChanged() protected method

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

TableServiceSchema() public method

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

TableServiceSchema() public method

public TableServiceSchema ( string tableName ) : System.ComponentModel
tableName string
return System.ComponentModel