C# Class DataStoreLib.Models.NewsEntity

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

Public Properties

Property Type Description
PARTITION_KEY string

Private Properties

Property Type Description

Public Methods

Method Description
CreateNewsEntity ( string title, string description, string image, string link, string publishDate, string source, string movieName, string artistName, string futureJson, bool isActive ) : NewsEntity
GetKey ( ) : string
NewsEntity ( ) : System
NewsEntity ( NewsEntity entity ) : System
NewsEntity ( string rowKey ) : System

Method Details

CreateNewsEntity() public static method

public static CreateNewsEntity ( string title, string description, string image, string link, string publishDate, string source, string movieName, string artistName, string futureJson, bool isActive ) : NewsEntity
title string
description string
image string
link string
publishDate string
source string
movieName string
artistName string
futureJson string
isActive bool
return NewsEntity

GetKey() public method

public GetKey ( ) : string
return string

NewsEntity() public method

public NewsEntity ( ) : System
return System

NewsEntity() public method

public NewsEntity ( NewsEntity entity ) : System
entity NewsEntity
return System

NewsEntity() public method

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

Property Details

PARTITION_KEY public static property

public static string PARTITION_KEY
return string