C# 클래스 DataStoreLib.Models.ToBeIndexedEntity

상속: TableEntity
파일 보기 프로젝트 열기: viren85/moviemirchi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AffilationPartitionkey string
LoginPartitionkey string
MoviePartitionKey string
ReviewPartitionkey string
ReviewerPartitionkey string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ToBeIndexedEntity ( ToBeIndexedEntity e ) : System.Collections.Generic

메소드 상세

CreateAffilationEntity() 공개 정적인 메소드

public static CreateAffilationEntity ( string entityId ) : ToBeIndexedEntity
entityId string
리턴 ToBeIndexedEntity

CreateLoginEntity() 공개 정적인 메소드

public static CreateLoginEntity ( string entityId ) : ToBeIndexedEntity
entityId string
리턴 ToBeIndexedEntity

CreateMovieEntity() 공개 정적인 메소드

public static CreateMovieEntity ( string entityId ) : ToBeIndexedEntity
entityId string
리턴 ToBeIndexedEntity

CreateReveiewEntity() 공개 정적인 메소드

public static CreateReveiewEntity ( string entityId ) : ToBeIndexedEntity
entityId string
리턴 ToBeIndexedEntity

CreateReviewerEntity() 공개 정적인 메소드

public static CreateReviewerEntity ( string entityId ) : ToBeIndexedEntity
entityId string
리턴 ToBeIndexedEntity

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

ToBeIndexedEntity() 공개 메소드

public ToBeIndexedEntity ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToBeIndexedEntity() 공개 메소드

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

프로퍼티 상세

AffilationPartitionkey 공개적으로 정적으로 프로퍼티

public static string AffilationPartitionkey
리턴 string

LoginPartitionkey 공개적으로 정적으로 프로퍼티

public static string LoginPartitionkey
리턴 string

MoviePartitionKey 공개적으로 정적으로 프로퍼티

public static string MoviePartitionKey
리턴 string

ReviewPartitionkey 공개적으로 정적으로 프로퍼티

public static string ReviewPartitionkey
리턴 string

ReviewerPartitionkey 공개적으로 정적으로 프로퍼티

public static string ReviewerPartitionkey
리턴 string