C# Класс DataStoreLib.Storage.IStoreHelpers

Показать файл Открыть проект

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

Метод Описание
GetAffilationById ( this store, string id ) : AffilationEntity

Return the Affiliation by affiliation id

GetArtistMovies ( this store, string artistName ) : IEnumerable
GetCurrentMovies ( this store ) : IEnumerable

Return the runing movie

GetGenrewiseMovies ( this store, string genre ) : IEnumerable
GetMovieById ( this store, string id ) : MovieEntity

Return the movie By MovieId

GetMovieByUniqueName ( this store, string name ) : MovieEntity

Return the Movie name

GetNewsItems ( this store ) : IEnumerable
GetPopularOnMovieMirchiById ( this store, string id ) : PopularOnMovieMirchiEntity
GetReviewById ( this store, string id ) : ReviewEntity

Return the Review by the Id

GetReviewByMovieId ( this store, string movieId ) : List
GetReviewDetailById ( this store, string reviewerId, string movieId ) : ReviewEntity

Return the review detail by its id

GetReviewerById ( this store, string id ) : ReviewerEntity

Return the reviewer by Reviewerid

GetSortedAffilationByName ( this store ) : List

Return the list of Affiliation name in the sorted order

GetSortedMoviesByName ( this store ) : IEnumerable

Return the movie name in sorted order

GetSortedReviewerByName ( this store ) : List

Return the Reviewer name in sorted order

GetUpcomingMovies ( this store ) : IEnumerable
GetUserById ( this store, string userId ) : UserEntity

Return particular User By Id

GetUserByName ( this store, string userName ) : UserEntity

Return the user if key(Name) found

GetUserFavoriteById ( this store, string id ) : UserFavoriteEntity
IsTweetExist ( this store, string tweetId ) : bool
SearchCharacter ( this store, string searchText ) : IEnumerable
SearchMovies ( this store, string searchText ) : IEnumerable
SearchMoviesByActor ( this store, string searchText ) : IEnumerable
SearchSongs ( this store, string searchText ) : IEnumerable
SearchTitle ( this store, string searchText ) : IEnumerable
SearchTrailer ( this store, string searchText ) : IEnumerable
SearchUser ( this store, string searchText ) : List

Return the List of UserName

UpdateAffilationById ( this store, AffilationEntity affilation ) : bool

Update the affiliation by Affiliation id

UpdateArtistById ( this store, ArtistEntity artist ) : bool
UpdateMovieById ( this store, MovieEntity movie ) : bool

Update the movie detail by its id

UpdateNewsById ( this store, IEnumerable news ) : bool
UpdatePopularOnMovieMirchiId ( this store, PopularOnMovieMirchiEntity popularOnMovieMirchi ) : bool
UpdateReviewById ( this store, ReviewEntity review ) : bool

Update the review by its id

UpdateReviewRating ( this store, string reviewId, string rating ) : bool
UpdateReviewerById ( this store, ReviewerEntity reviewer ) : bool

Update the reviewer by reviewerid

UpdateTweetById ( this store, TwitterEntity tweet ) : bool
UpdateUserById ( this store, UserEntity user ) : bool

Return update the user if user is found

UpdateUserFavoriteById ( this store, UserFavoriteEntity userFavorite ) : bool

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

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

Return the Affiliation by affiliation id
public static GetAffilationById ( this store, string id ) : AffilationEntity
store this
id string
Результат DataStoreLib.Models.AffilationEntity

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

public static GetArtistMovies ( this store, string artistName ) : IEnumerable
store this
artistName string
Результат IEnumerable

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

Return the runing movie
public static GetCurrentMovies ( this store ) : IEnumerable
store this
Результат IEnumerable

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

public static GetGenrewiseMovies ( this store, string genre ) : IEnumerable
store this
genre string
Результат IEnumerable

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

Return the movie By MovieId
public static GetMovieById ( this store, string id ) : MovieEntity
store this
id string
Результат DataStoreLib.Models.MovieEntity

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

Return the Movie name
public static GetMovieByUniqueName ( this store, string name ) : MovieEntity
store this
name string
Результат DataStoreLib.Models.MovieEntity

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

public static GetNewsItems ( this store ) : IEnumerable
store this
Результат IEnumerable

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

public static GetPopularOnMovieMirchiById ( this store, string id ) : PopularOnMovieMirchiEntity
store this
id string
Результат PopularOnMovieMirchiEntity

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

Return the Review by the Id
public static GetReviewById ( this store, string id ) : ReviewEntity
store this
id string
Результат ReviewEntity

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

public static GetReviewByMovieId ( this store, string movieId ) : List
store this
movieId string
Результат List

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

Return the review detail by its id
public static GetReviewDetailById ( this store, string reviewerId, string movieId ) : ReviewEntity
store this
reviewerId string
movieId string
Результат ReviewEntity

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

Return the reviewer by Reviewerid
public static GetReviewerById ( this store, string id ) : ReviewerEntity
store this
id string
Результат ReviewerEntity

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

Return the list of Affiliation name in the sorted order
public static GetSortedAffilationByName ( this store ) : List
store this
Результат List

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

Return the movie name in sorted order
public static GetSortedMoviesByName ( this store ) : IEnumerable
store this
Результат IEnumerable

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

Return the Reviewer name in sorted order
public static GetSortedReviewerByName ( this store ) : List
store this
Результат List

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

public static GetUpcomingMovies ( this store ) : IEnumerable
store this
Результат IEnumerable

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

Return particular User By Id
public static GetUserById ( this store, string userId ) : UserEntity
store this
userId string
Результат UserEntity

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

Return the user if key(Name) found
public static GetUserByName ( this store, string userName ) : UserEntity
store this
userName string
Результат UserEntity

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

public static GetUserFavoriteById ( this store, string id ) : UserFavoriteEntity
store this
id string
Результат UserFavoriteEntity

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

public static IsTweetExist ( this store, string tweetId ) : bool
store this
tweetId string
Результат bool

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

public static SearchCharacter ( this store, string searchText ) : IEnumerable
store this
searchText string
Результат IEnumerable

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

public static SearchMovies ( this store, string searchText ) : IEnumerable
store this
searchText string
Результат IEnumerable

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

public static SearchMoviesByActor ( this store, string searchText ) : IEnumerable
store this
searchText string
Результат IEnumerable

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

public static SearchSongs ( this store, string searchText ) : IEnumerable
store this
searchText string
Результат IEnumerable

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

public static SearchTitle ( this store, string searchText ) : IEnumerable
store this
searchText string
Результат IEnumerable

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

public static SearchTrailer ( this store, string searchText ) : IEnumerable
store this
searchText string
Результат IEnumerable

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

Return the List of UserName
public static SearchUser ( this store, string searchText ) : List
store this
searchText string
Результат List

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

Update the affiliation by Affiliation id
public static UpdateAffilationById ( this store, AffilationEntity affilation ) : bool
store this
affilation AffilationEntity
Результат bool

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

public static UpdateArtistById ( this store, ArtistEntity artist ) : bool
store this
artist ArtistEntity
Результат bool

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

Update the movie detail by its id
public static UpdateMovieById ( this store, MovieEntity movie ) : bool
store this
movie MovieEntity
Результат bool

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

public static UpdateNewsById ( this store, IEnumerable news ) : bool
store this
news IEnumerable
Результат bool

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

public static UpdatePopularOnMovieMirchiId ( this store, PopularOnMovieMirchiEntity popularOnMovieMirchi ) : bool
store this
popularOnMovieMirchi PopularOnMovieMirchiEntity
Результат bool

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

Update the review by its id
public static UpdateReviewById ( this store, ReviewEntity review ) : bool
store this
review ReviewEntity
Результат bool

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

public static UpdateReviewRating ( this store, string reviewId, string rating ) : bool
store this
reviewId string
rating string
Результат bool

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

Update the reviewer by reviewerid
public static UpdateReviewerById ( this store, ReviewerEntity reviewer ) : bool
store this
reviewer ReviewerEntity
Результат bool

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

public static UpdateTweetById ( this store, TwitterEntity tweet ) : bool
store this
tweet TwitterEntity
Результат bool

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

Return update the user if user is found
public static UpdateUserById ( this store, UserEntity user ) : bool
store this
user UserEntity
Результат bool

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

public static UpdateUserFavoriteById ( this store, UserFavoriteEntity userFavorite ) : bool
store this
userFavorite UserFavoriteEntity
Результат bool