C# Class DataStoreLib.Models.ToBeIndexedEntity

Inheritance: TableEntity
Afficher le fichier Open project: viren85/moviemirchi Class Usage Examples

Méthodes publiques

Свойство Type Description
AffilationPartitionkey string
LoginPartitionkey string
MoviePartitionKey string
ReviewPartitionkey string
ReviewerPartitionkey string

Méthodes publiques

Méthode Description
CreateAffilationEntity ( string entityId ) : ToBeIndexedEntity
CreateLoginEntity ( string entityId ) : ToBeIndexedEntity
CreateMovieEntity ( string entityId ) : ToBeIndexedEntity
CreateReveiewEntity ( string entityId ) : ToBeIndexedEntity
CreateReviewerEntity ( string entityId ) : ToBeIndexedEntity
GetKey ( ) : string
ToBeIndexedEntity ( ) : System.Collections.Generic
ToBeIndexedEntity ( string paritionKey, string entityId ) : System.Collections.Generic

Private Methods

Méthode Description
ToBeIndexedEntity ( ToBeIndexedEntity e ) : System.Collections.Generic

Method Details

CreateAffilationEntity() public static méthode

public static CreateAffilationEntity ( string entityId ) : ToBeIndexedEntity
entityId string
Résultat ToBeIndexedEntity

CreateLoginEntity() public static méthode

public static CreateLoginEntity ( string entityId ) : ToBeIndexedEntity
entityId string
Résultat ToBeIndexedEntity

CreateMovieEntity() public static méthode

public static CreateMovieEntity ( string entityId ) : ToBeIndexedEntity
entityId string
Résultat ToBeIndexedEntity

CreateReveiewEntity() public static méthode

public static CreateReveiewEntity ( string entityId ) : ToBeIndexedEntity
entityId string
Résultat ToBeIndexedEntity

CreateReviewerEntity() public static méthode

public static CreateReviewerEntity ( string entityId ) : ToBeIndexedEntity
entityId string
Résultat ToBeIndexedEntity

GetKey() public méthode

public GetKey ( ) : string
Résultat string

ToBeIndexedEntity() public méthode

public ToBeIndexedEntity ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ToBeIndexedEntity() public méthode

public ToBeIndexedEntity ( string paritionKey, string entityId ) : System.Collections.Generic
paritionKey string
entityId string
Résultat System.Collections.Generic

Property Details

AffilationPartitionkey public_oe static_oe property

public static string AffilationPartitionkey
Résultat string

LoginPartitionkey public_oe static_oe property

public static string LoginPartitionkey
Résultat string

MoviePartitionKey public_oe static_oe property

public static string MoviePartitionKey
Résultat string

ReviewPartitionkey public_oe static_oe property

public static string ReviewPartitionkey
Résultat string

ReviewerPartitionkey public_oe static_oe property

public static string ReviewerPartitionkey
Résultat string