C# 클래스 DataStoreLib.Models.NewsEntity

상속: TableStorageEntity
파일 보기 프로젝트 열기: viren85/moviemirchi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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