Property | Type | Description | |
---|---|---|---|
ConfirmSaveDirtyDocumentThunk | MessageBoxResult>.Func | ||
GetOpenFilenameThunk | Func |
||
GetReferencesThunk | IEnumerable |
||
GetSaveAsFilenameThunk | string>.Func | ||
LoadThemeFromFileThunk | Action |
||
ShowErrorThunk | Action |
Property | Type | Description | |
---|---|---|---|
Log | Logger |
Property | Type | Description | |
---|---|---|---|
ChangeFontSize | void | ||
MainViewModel | System | ||
OnAutoSave | void | ||
RegisterCommands | void | ||
SwitchTheme | void |
Method | Description | |
---|---|---|
AddNewTemplateEditor ( RazorDocument document, bool current = true ) : void | ||
AddNewTemplateEditor ( |
||
AddNewTemplateEditor ( bool current = true ) : void | ||
AddNewTemplateEditor ( string filename, bool current = true ) : void | ||
Close ( |
||
LoadAutoSave ( ) : void | ||
Save ( |
||
SaveAs ( |
||
SetRecentReferences ( IEnumerable |
Method | Description | |
---|---|---|
ChangeFontSize ( object param ) : void | ||
MainViewModel ( |
||
OnAutoSave ( object sender, |
||
RegisterCommands ( ) : void | ||
SwitchTheme ( |
public AddNewTemplateEditor ( RazorDocument document, bool current = true ) : void | ||
document | RazorDocument | |
current | bool | |
return | void |
public AddNewTemplateEditor ( |
||
template | ||
current | bool | |
return | void |
public AddNewTemplateEditor ( bool current = true ) : void | ||
current | bool | |
return | void |
public AddNewTemplateEditor ( string filename, bool current = true ) : void | ||
filename | string | |
current | bool | |
return | void |
public Close ( |
||
document | ||
save | bool | |
return | void |
public Save ( |
||
document | ||
return | void |
public SaveAs ( |
||
document | ||
filename | string | |
return | string |
public SetRecentReferences ( IEnumerable |
||
references | IEnumerable |
|
return | void |
public Func |
||
return | MessageBoxResult>.Func |
public Func |
||
return | IEnumerable |