C# Class IronPigeon.Relay.Models.AddressBookEntity

The Azure table storage entity tracking address book entries.
Inheritance: TableStorageEntity
Exibir arquivo Open project: AArnott/IronPigeon Class Usage Examples

Private Properties

Property Type Description
ConstructRowKey string
SplitRowKey void

Public Methods

Method Description
AddressBookEntity ( ) : System

Initializes a new instance of the AddressBookEntity class.

Private Methods

Method Description
ConstructRowKey ( string provider, string userId ) : string
SplitRowKey ( string rowKey, string &provider, string &userId ) : void

Method Details

AddressBookEntity() public method

Initializes a new instance of the AddressBookEntity class.
public AddressBookEntity ( ) : System
return System