C# 클래스 CalendarAggregator.WebRoleData

파일 보기 프로젝트 열기: judell/elmcity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
domain_name string
procid int
procname string
ready_ids List
region_ids List
renderers CalendarRenderer>.Dictionary
str_ready_ids string
thread_id int
what_ids List
where_ids List

공개 메소드들

메소드 설명
AddNewHubToWrd ( string id ) : void
GetWrd ( ) : WebRoleData
GetWrd ( string container, string name ) : WebRoleData
IsConsistent ( ) : bool
MakeWebRoleData ( ) : WebRoleData
SaveTimestampedWrd ( WebRoleData wrd ) : BlobStorageResponse
SaveWrd ( WebRoleData wrd ) : void
WebRoleData ( ) : System

비공개 메소드들

메소드 설명
MakeWhereAndWhatAndRegionIdLists ( ) : void

메소드 상세

AddNewHubToWrd() 공개 메소드

public AddNewHubToWrd ( string id ) : void
id string
리턴 void

GetWrd() 공개 정적인 메소드

public static GetWrd ( ) : WebRoleData
리턴 WebRoleData

GetWrd() 공개 정적인 메소드

public static GetWrd ( string container, string name ) : WebRoleData
container string
name string
리턴 WebRoleData

IsConsistent() 공개 메소드

public IsConsistent ( ) : bool
리턴 bool

MakeWebRoleData() 공개 정적인 메소드

public static MakeWebRoleData ( ) : WebRoleData
리턴 WebRoleData

SaveTimestampedWrd() 공개 정적인 메소드

public static SaveTimestampedWrd ( WebRoleData wrd ) : BlobStorageResponse
wrd WebRoleData
리턴 ElmcityUtils.BlobStorageResponse

SaveWrd() 공개 정적인 메소드

public static SaveWrd ( WebRoleData wrd ) : void
wrd WebRoleData
리턴 void

WebRoleData() 공개 메소드

public WebRoleData ( ) : System
리턴 System

프로퍼티 상세

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

public static string domain_name
리턴 string

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

public static int procid
리턴 int

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

public static string procname
리턴 string

ready_ids 공개적으로 프로퍼티

public List ready_ids
리턴 List

region_ids 공개적으로 프로퍼티

public List region_ids
리턴 List

renderers 공개적으로 프로퍼티

public Dictionary renderers
리턴 CalendarRenderer>.Dictionary

str_ready_ids 공개적으로 프로퍼티

public string str_ready_ids
리턴 string

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

public static int thread_id
리턴 int

what_ids 공개적으로 프로퍼티

public List what_ids
리턴 List

where_ids 공개적으로 프로퍼티

public List where_ids
리턴 List