C# 클래스 IronPigeon.Relay.Models.AddressBookEntity

The Azure table storage entity tracking address book entries.
상속: TableStorageEntity
파일 보기 프로젝트 열기: AArnott/IronPigeon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConstructRowKey string
SplitRowKey void

공개 메소드들

메소드 설명
AddressBookEntity ( ) : System

Initializes a new instance of the AddressBookEntity class.

비공개 메소드들

메소드 설명
ConstructRowKey ( string provider, string userId ) : string
SplitRowKey ( string rowKey, string &provider, string &userId ) : void

메소드 상세

AddressBookEntity() 공개 메소드

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