Class DocumentCommands
- Namespace
- Macad.Interaction
- Assembly
- Macad.Interaction.dll
public static class DocumentCommands
- Inheritance
-
DocumentCommands
Properties
public static ActionCommand CreateNewModel { get; }
- Property Value: ActionCommand
public static ActionCommand<string> OpenFile { get; }
- Property Value: ActionCommand<string>
public static ActionCommand OpenModelFrom { get; }
- Property Value: ActionCommand
public static ActionCommand<string> OpenRecentFile { get; }
- Property Value: ActionCommand<string>
public static ActionCommand SaveAll { get; }
- Property Value: ActionCommand
public static ActionCommand SaveModel { get; }
- Property Value: ActionCommand
public static ActionCommand SaveModelAs { get; }
- Property Value: ActionCommand
public static ActionCommand<DocumentFilterFlags> ToggleFilterFlag { get; }
- Property Value: ActionCommand<DocumentFilterFlags>