C# 클래스 DataStoreLib.Models.UserEntity

상속: TableStorageEntity
파일 보기 프로젝트 열기: viren85/moviemirchi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PARTITION_KEY string

공개 메소드들

메소드 설명
CreateUserEntity ( string userName, string password ) : UserEntity
GetKey ( ) : string
UserEntity ( ) : System
UserEntity ( UserEntity entity ) : System
UserEntity ( string rowKey ) : System

메소드 상세

CreateUserEntity() 공개 정적인 메소드

public static CreateUserEntity ( string userName, string password ) : UserEntity
userName string
password string
리턴 UserEntity

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

UserEntity() 공개 메소드

public UserEntity ( ) : System
리턴 System

UserEntity() 공개 메소드

public UserEntity ( UserEntity entity ) : System
entity UserEntity
리턴 System

UserEntity() 공개 메소드

public UserEntity ( string rowKey ) : System
rowKey string
리턴 System

프로퍼티 상세

PARTITION_KEY 공개적으로 정적으로 프로퍼티

public static string PARTITION_KEY
리턴 string