C# 클래스 DataStoreLib.Models.ReviewEntity

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

공개 프로퍼티들

프로퍼티 타입 설명
PARTITION_KEY string

공개 메소드들

메소드 설명
CreateReviewEntity ( string reviewrName, string review, string movieId, string reviewerId, bool hot, string outLink, string affiliation, string summary, string myScore, string jsonString, int reviewerRating, int systemRating, string tags = null ) : ReviewEntity
GetKey ( ) : string
ReviewEntity ( ) : System
ReviewEntity ( ReviewEntity review ) : System
ReviewEntity ( string rowKey ) : System

메소드 상세

CreateReviewEntity() 공개 정적인 메소드

public static CreateReviewEntity ( string reviewrName, string review, string movieId, string reviewerId, bool hot, string outLink, string affiliation, string summary, string myScore, string jsonString, int reviewerRating, int systemRating, string tags = null ) : ReviewEntity
reviewrName string
review string
movieId string
reviewerId string
hot bool
outLink string
affiliation string
summary string
myScore string
jsonString string
reviewerRating int
systemRating int
tags string
리턴 ReviewEntity

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

ReviewEntity() 공개 메소드

public ReviewEntity ( ) : System
리턴 System

ReviewEntity() 공개 메소드

public ReviewEntity ( ReviewEntity review ) : System
review ReviewEntity
리턴 System

ReviewEntity() 공개 메소드

public ReviewEntity ( string rowKey ) : System
rowKey string
리턴 System

프로퍼티 상세

PARTITION_KEY 공개적으로 정적으로 프로퍼티

public static string PARTITION_KEY
리턴 string