C# Class DataStoreLib.Models.ToBeIndexedEntity

Inheritance: TableEntity
显示文件 Open project: viren85/moviemirchi Class Usage Examples

Public Properties

Property Type Description
AffilationPartitionkey string
LoginPartitionkey string
MoviePartitionKey string
ReviewPartitionkey string
ReviewerPartitionkey string

Public Methods

Method 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

Method Description
ToBeIndexedEntity ( ToBeIndexedEntity e ) : System.Collections.Generic

Method Details

CreateAffilationEntity() public static method

public static CreateAffilationEntity ( string entityId ) : ToBeIndexedEntity
entityId string
return ToBeIndexedEntity

CreateLoginEntity() public static method

public static CreateLoginEntity ( string entityId ) : ToBeIndexedEntity
entityId string
return ToBeIndexedEntity

CreateMovieEntity() public static method

public static CreateMovieEntity ( string entityId ) : ToBeIndexedEntity
entityId string
return ToBeIndexedEntity

CreateReveiewEntity() public static method

public static CreateReveiewEntity ( string entityId ) : ToBeIndexedEntity
entityId string
return ToBeIndexedEntity

CreateReviewerEntity() public static method

public static CreateReviewerEntity ( string entityId ) : ToBeIndexedEntity
entityId string
return ToBeIndexedEntity

GetKey() public method

public GetKey ( ) : string
return string

ToBeIndexedEntity() public method

public ToBeIndexedEntity ( ) : System.Collections.Generic
return System.Collections.Generic

ToBeIndexedEntity() public method

public ToBeIndexedEntity ( string paritionKey, string entityId ) : System.Collections.Generic
paritionKey string
entityId string
return System.Collections.Generic

Property Details

AffilationPartitionkey public_oe static_oe property

public static string AffilationPartitionkey
return string

LoginPartitionkey public_oe static_oe property

public static string LoginPartitionkey
return string

MoviePartitionKey public_oe static_oe property

public static string MoviePartitionKey
return string

ReviewPartitionkey public_oe static_oe property

public static string ReviewPartitionkey
return string

ReviewerPartitionkey public_oe static_oe property

public static string ReviewerPartitionkey
return string