Метод | Описание | |
---|---|---|
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 | |
Результат |
public GetActors ( List |
||
casts | List |
|
Результат | IEnumerable |
public GetMusicDirectors ( ) : IEnumerable |
||
Результат | IEnumerable |
public MovieEntity ( |
||
entity | ||
Результат | System |
public MovieEntity ( string rowKey ) : System | ||
rowKey | string | |
Результат | System |
public SetActors ( IEnumerable |
||
list | IEnumerable |
|
Результат | void |
public SetAltNames ( IEnumerable |
||
list | IEnumerable |
|
Результат | void |
public SetDirectors ( IEnumerable |
||
list | IEnumerable |
|
Результат | void |
public SetMusicDirectors ( IEnumerable |
||
list | IEnumerable |
|
Результат | void |
public SetReviewIds ( IEnumerable |
||
list | IEnumerable |
|
Результат | void |