Свойство | Тип | Описание | |
---|---|---|---|
AddErrors | void | ||
ApplyOutliningMode | void | ||
ClearMetadatas | void | ||
DoDeleteDocument | void | ||
EditDatabaseDocument | void | ||
EditableDocumentModel | System | ||
EditorDocumentHasErrors | bool | ||
GetMetadataLastModifiedString | string | ||
HandleChangeNotification | void | ||
HandleCurrentIdsChanged | void | ||
HandleDeleteDocument | void | ||
HandleDocumentChanged | void | ||
HandleDocumentNotFound | void | ||
HandleNavigation | void | ||
HandleToggleExpansion | void | ||
InitializeDocument | void | ||
InitializeOutliningModes | void | ||
IsDocumentValid | bool | ||
PutDocumentKeyInUrl | void | ||
RemoveNonDisplayedMetadata | void | ||
StoreOutliningMode | void | ||
UpdateDocumentSize | void | ||
UpdateErrors | void | ||
UpdateFromDocument | void | ||
UpdateListWithKnownIds | void | ||
UpdateMetadata | void | ||
UpdateRelated | void | ||
WhenParsingComplete | Task |
Метод | Описание | |
---|---|---|
AssertNoPropertyBeyondSize ( RavenJToken token, int maxSize, string path = "" ) : void | ||
CanLeavePage ( ) : bool | ||
LoadModelParameters ( string parameters ) : void | ||
SetCurrentDocumentKey ( string docId ) : void |
Метод | Описание | |
---|---|---|
OnViewLoaded ( ) : void |
Метод | Описание | |
---|---|---|
AddErrors ( |
||
ApplyOutliningMode ( ) : void | ||
ClearMetadatas ( IEnumerable |
||
DoDeleteDocument ( string documentKey ) : void | ||
EditDatabaseDocument ( string database ) : void | ||
EditableDocumentModel ( ) : System | ||
EditorDocumentHasErrors ( IEditorDocument editorDocument ) : bool | ||
GetMetadataLastModifiedString ( ) : string | ||
HandleChangeNotification ( Raven.Abstractions.Data.DocumentChangeNotification notification ) : void | ||
HandleCurrentIdsChanged ( object sender, |
||
HandleDeleteDocument ( ) : void | ||
HandleDocumentChanged ( ) : void | ||
HandleDocumentNotFound ( ) : void | ||
HandleNavigation ( string url ) : void | ||
HandleToggleExpansion ( ) : void | ||
InitializeDocument ( ) : void | ||
InitializeOutliningModes ( ) : void | ||
IsDocumentValid ( ) : bool | ||
PutDocumentKeyInUrl ( string docId, bool dontOpenNewTab ) : void | ||
RemoveNonDisplayedMetadata ( RavenJObject metaData ) : void | ||
StoreOutliningMode ( ) : void | ||
UpdateDocumentSize ( ) : void | ||
UpdateErrors ( ) : void | ||
UpdateFromDocument ( ) : void | ||
UpdateListWithKnownIds ( ) : void | ||
UpdateMetadata ( RavenJObject metadataAsJson ) : void | ||
UpdateRelated ( ) : void | ||
WhenParsingComplete ( IEditorDocument editorDocument ) : Task |
public AssertNoPropertyBeyondSize ( RavenJToken token, int maxSize, string path = "" ) : void | ||
token | RavenJToken | |
maxSize | int | |
path | string | |
Результат | void |
public LoadModelParameters ( string parameters ) : void | ||
parameters | string | |
Результат | void |
public SetCurrentDocumentKey ( string docId ) : void | ||
docId | string | |
Результат | void |