IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Attributes | |
const string | CShellHelp = "https://github.com/ArnovaAssetManagement/CShell" |
const string | FileFilter = "C# Files|*.csx;*.cs;|All Files|*.*" |
const string | FileTypes = "C# Script|*.csx|C# File|*.cs|Text File|*.txt|Other|*.*" |
const string | DefaultExtension = ".csx" |
const string | AssemblyFileFilter = "Component Files|*.dll;*.exe|All Files|*.*" |
const string | AssemblyFileExtension = ".dll" |
const string | WorkspaceFileExtension = ".xml" |
const string | WorkspaceFilter = "*.xml *.dll *.cshell" |
const string | CShellTemplatesPath = "Templates" |
const string | CShellDefaultFilePath = "Default\\Default.cshell" |
const string | CShellEmptyFile = "Empty.cshell" |
const string | CShellFileTypes = "Workspace|*.cshell|All Files|*.*" |
const string | CShellFileExtension = ".cshell" |
const string | SinkXhtml = "sink://cshell/xhtml/" |
const string | SinkPlot = "sink://cshell/plot/" |
const string | SinkGrid = "sink://cshell/grid/" |
const string CShell.Constants.CShellHelp = "https://github.com/ArnovaAssetManagement/CShell" |
Referenced by CShell.Modules.Help.Module.ViewHelp().
const string CShell.Constants.FileFilter = "C# Files|*.csx;*.cs;|All Files|*.*" |
Referenced by CShell.Modules.Shell.Module.OpenFile().
const string CShell.Constants.FileTypes = "C# Script|*.csx|C# File|*.cs|Text File|*.txt|Other|*.*" |
const string CShell.Constants.DefaultExtension = ".csx" |
const string CShell.Constants.AssemblyFileFilter = "Component Files|*.dll;*.exe|All Files|*.*" |
const string CShell.Constants.AssemblyFileExtension = ".dll" |
const string CShell.Constants.WorkspaceFileExtension = ".xml" |
const string CShell.Constants.WorkspaceFilter = "*.xml *.dll *.cshell" |
const string CShell.Constants.CShellTemplatesPath = "Templates" |
Referenced by CShell.Workspace.CreateEmptyFile().
const string CShell.Constants.CShellDefaultFilePath = "Default\\Default.cshell" |
Referenced by CShell.Modules.Shell.ViewModels.ShellViewModel.Opened(), and CShell.Shell.OpenWorkspace().
const string CShell.Constants.CShellEmptyFile = "Empty.cshell" |
const string CShell.Constants.CShellFileTypes = "Workspace|*.cshell|All Files|*.*" |
const string CShell.Constants.CShellFileExtension = ".cshell" |
const string CShell.Constants.SinkXhtml = "sink://cshell/xhtml/" |
Referenced by CShell.Shell.GetXhtmlSink().
const string CShell.Constants.SinkPlot = "sink://cshell/plot/" |
Referenced by CShell.Sinks.Plotting.GetPlotSink().
const string CShell.Constants.SinkGrid = "sink://cshell/grid/" |
Referenced by CShell.Shell.GetGridSink().