Property | Type | Description | |
---|---|---|---|
PARTITION_KEY | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateNewsEntity ( string title, string description, string image, string link, string publishDate, string source, string movieName, string artistName, string futureJson, bool isActive ) : |
||
GetKey ( ) : string | ||
NewsEntity ( ) : System | ||
NewsEntity ( |
||
NewsEntity ( string rowKey ) : System |
public static CreateNewsEntity ( string title, string description, string image, string link, string publishDate, string source, string movieName, string artistName, string futureJson, bool isActive ) : |
||
title | string | |
description | string | |
image | string | |
link | string | |
publishDate | string | |
source | string | |
movieName | string | |
artistName | string | |
futureJson | string | |
isActive | bool | |
return |
public NewsEntity ( |
||
entity | ||
return | System |