C# Класс DataStoreLib.Models.NewsEntity

Наследование: TableStorageEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
PARTITION_KEY string

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

CreateNewsEntity() публичный статический Метод

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
Результат NewsEntity

GetKey() публичный Метод

public GetKey ( ) : string
Результат string

NewsEntity() публичный Метод

public NewsEntity ( ) : System
Результат System

NewsEntity() публичный Метод

public NewsEntity ( NewsEntity entity ) : System
entity NewsEntity
Результат System

NewsEntity() публичный Метод

public NewsEntity ( string rowKey ) : System
rowKey string
Результат System

Описание свойств

PARTITION_KEY публичное статическое свойство

public static string PARTITION_KEY
Результат string