C# Class DataStoreLib.Models.ReviewerEntity

Inheritance: TableStorageEntity
Show file Open project: viren85/moviemirchi Class Usage Examples

Public Properties

Property Type Description
PARTITION_KEY string

Public Methods

Method Description
CreateAffilationEntity ( string reviewerName, string reviewerImage, string affilation ) : ReviewerEntity
GetAffilation ( ) : IEnumerable
GetKey ( ) : string
GetReviewerImage ( ) : IEnumerable
GetReviewerName ( ) : IEnumerable
ReviewerEntity ( ) : System
ReviewerEntity ( ReviewerEntity entity ) : System
ReviewerEntity ( string rowKey ) : System
SetAffilation ( IEnumerable list ) : void
SetReviewerImage ( IEnumerable list ) : void
SetReviewerName ( IEnumerable list ) : void

Method Details

CreateAffilationEntity() public static method

public static CreateAffilationEntity ( string reviewerName, string reviewerImage, string affilation ) : ReviewerEntity
reviewerName string
reviewerImage string
affilation string
return ReviewerEntity

GetAffilation() public method

public GetAffilation ( ) : IEnumerable
return IEnumerable

GetKey() public method

public GetKey ( ) : string
return string

GetReviewerImage() public method

public GetReviewerImage ( ) : IEnumerable
return IEnumerable

GetReviewerName() public method

public GetReviewerName ( ) : IEnumerable
return IEnumerable

ReviewerEntity() public method

public ReviewerEntity ( ) : System
return System

ReviewerEntity() public method

public ReviewerEntity ( ReviewerEntity entity ) : System
entity ReviewerEntity
return System

ReviewerEntity() public method

public ReviewerEntity ( string rowKey ) : System
rowKey string
return System

SetAffilation() public method

public SetAffilation ( IEnumerable list ) : void
list IEnumerable
return void

SetReviewerImage() public method

public SetReviewerImage ( IEnumerable list ) : void
list IEnumerable
return void

SetReviewerName() public method

public SetReviewerName ( IEnumerable list ) : void
list IEnumerable
return void

Property Details

PARTITION_KEY public static property

public static string PARTITION_KEY
return string