C# 클래스 Raven.Studio.Models.DocumentsPageModel

상속: Raven.Studio.Infrastructure.PageViewModel, IHasPageTitle
파일 보기 프로젝트 열기: robashton/ravendb

공개 프로퍼티들

프로퍼티 타입 설명
CollapsedCollectionsListWidth double

Private Properties

프로퍼티 타입 설명
AfterUpdate void
DeleteDocuments void
GetSelectedCollectionName string
GetSortDescription System.ComponentModel.SortDescription
HandleCollapseCollectionsList void
HandleExpandCollectionsList void
ObserveIndexChanges void
PutCollectionNameInTheUrl void
RefreshCollectionsList void

공개 메소드들

메소드 설명
DocumentsPageModel ( ) : System
LoadModelParameters ( string parameters ) : void

보호된 메소드들

메소드 설명
OnViewLoaded ( ) : void

비공개 메소드들

메소드 설명
AfterUpdate ( IEnumerable collectionDocumentsCount ) : void
DeleteDocuments ( string name ) : void
GetSelectedCollectionName ( ) : string
GetSortDescription ( ) : System.ComponentModel.SortDescription
HandleCollapseCollectionsList ( ) : void
HandleExpandCollectionsList ( ) : void
ObserveIndexChanges ( IObservable databaseChanged ) : void
PutCollectionNameInTheUrl ( ) : void
RefreshCollectionsList ( ) : void

메소드 상세

DocumentsPageModel() 공개 메소드

public DocumentsPageModel ( ) : System
리턴 System

LoadModelParameters() 공개 메소드

public LoadModelParameters ( string parameters ) : void
parameters string
리턴 void

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( ) : void
리턴 void

프로퍼티 상세

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

public static double CollapsedCollectionsListWidth
리턴 double