C# Class DataStoreLib.Models.UserEntity

Inheritance: TableStorageEntity
Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Méthodes publiques

Свойство Type Description
PARTITION_KEY string

Méthodes publiques

Méthode Description
CreateUserEntity ( string userName, string password ) : UserEntity
GetKey ( ) : string
UserEntity ( ) : System
UserEntity ( UserEntity entity ) : System
UserEntity ( string rowKey ) : System

Method Details

CreateUserEntity() public static méthode

public static CreateUserEntity ( string userName, string password ) : UserEntity
userName string
password string
Résultat UserEntity

GetKey() public méthode

public GetKey ( ) : string
Résultat string

UserEntity() public méthode

public UserEntity ( ) : System
Résultat System

UserEntity() public méthode

public UserEntity ( UserEntity entity ) : System
entity UserEntity
Résultat System

UserEntity() public méthode

public UserEntity ( string rowKey ) : System
rowKey string
Résultat System

Property Details

PARTITION_KEY public_oe static_oe property

public static string PARTITION_KEY
Résultat string