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

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Protected Methods

Method Description
OnPropertyChanged ( string changedProperty ) : void
TableServiceEntity ( ) : System
TableServiceEntity ( string partitionKey, string rowKey ) : System

Method Details

OnPropertyChanged() protected method

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

TableServiceEntity() protected method

protected TableServiceEntity ( ) : System
return System

TableServiceEntity() protected method

protected TableServiceEntity ( string partitionKey, string rowKey ) : System
partitionKey string
rowKey string
return System