Method | Description | |
---|---|---|
CreateMovieEntity ( string name, string posters, string rating, string synopsis, string cast, string stats, string songs, string trailers, string pictures, string genre, string month, string year, string uniqueName, string state, string myScore, string jsonString, string popularity, string twitterHandle ) : |
||
GetActors ( ) : IEnumerable |
||
GetActors ( List |
||
GetAltNames ( ) : IEnumerable |
||
GetDirectors ( ) : IEnumerable |
||
GetKey ( ) : string | ||
GetMusicDirectors ( ) : IEnumerable |
||
GetProducers ( ) : IEnumerable |
||
GetReviewIds ( ) : IEnumerable |
||
MovieEntity ( ) : System | ||
MovieEntity ( |
||
MovieEntity ( string rowKey ) : System | ||
SetActors ( IEnumerable |
||
SetAltNames ( IEnumerable |
||
SetDirectors ( IEnumerable |
||
SetMusicDirectors ( IEnumerable |
||
SetReviewIds ( IEnumerable |
public static CreateMovieEntity ( string name, string posters, string rating, string synopsis, string cast, string stats, string songs, string trailers, string pictures, string genre, string month, string year, string uniqueName, string state, string myScore, string jsonString, string popularity, string twitterHandle ) : |
||
name | string | |
posters | string | |
rating | string | |
synopsis | string | |
cast | string | |
stats | string | |
songs | string | |
trailers | string | |
pictures | string | |
genre | string | |
month | string | |
year | string | |
uniqueName | string | |
state | string | |
myScore | string | |
jsonString | string | |
popularity | string | |
twitterHandle | string | |
return |
public GetActors ( List |
||
casts | List |
|
return | IEnumerable |
public MovieEntity ( |
||
entity | ||
return | System |
public MovieEntity ( string rowKey ) : System | ||
rowKey | string | |
return | System |
public SetAltNames ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetDirectors ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetMusicDirectors ( IEnumerable |
||
list | IEnumerable |
|
return | void |
public SetReviewIds ( IEnumerable |
||
list | IEnumerable |
|
return | void |