![]() | |
TritonSettings Class |
Namespace: WeroSoft.Triton.Desktop.Configuration
public sealed class TritonSettings : ISettings
The TritonSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | TritonSettings | Initializes a new instance of the TritonSettings class |
Name | Description | |
---|---|---|
![]() | AllowShellStart |
Gets or sets a value indicating whether the shell application start is allowed or not.
|
![]() | AutoRefresh |
Gets or sets whether a view shall automatically be refreshed when selected.
|
![]() | ConfiguredConnections |
Gets the available connection names.
|
![]() | ControllableProgressLimit |
Gets or sets the min number of items for showing controls of a progress.
|
![]() | DataPath |
Gets or sets the data path of the Triton installation.
|
![]() | DefaultConnectionName |
Gets or sets the name of the connection to be used by default.
|
![]() | DefaultHelpFileLanguage | Obsolete.
Gets or sets the fall-back language to be use it the thread language help is not available.
|
![]() | DefaultHelpLanguage |
Gets or sets the default help language.
|
![]() | DeveloperMode |
Gets or sets the developer mode of the Plug-in Explorer.
|
![]() | EnableAutostart |
Gets or sets a value indicating whether the plug-in auto start is enabled.
|
![]() | EnableToast |
Gets or sets whether the application shall support Windows notification.
|
![]() | EnableTray |
Gets or sets whether the application shall support Windows notification.
|
![]() | ExpandNetworkConnection |
Gets or sets a value indicating the standard network connection is expanded.
|
![]() | FeatureCodes |
Gets or sets the min number of items for showing controls of a progress.
|
![]() | HelpFileFormat |
Gets or sets the definition of the help file format to be used.
|
![]() | Language |
Gets or sets the language Triton is using for displaying data.
|
![]() | LanguageFormatting |
Gets or sets the language Triton is using for displaying data.
|
![]() | LastFocusedPluginGroup |
Gets or sets the focused plug-in group.
|
![]() | LicenseServerUrl |
Gets the URL used for checking license.
|
![]() | MainWindowThemeName |
Gets or sets the visual design to be used by Triton.
|
![]() | MainWindowType |
Gets or sets a value indicating whether the trace file is overwritten.
|
![]() | MaxDefaultSearchWarning |
Gets or sets the maximum number of days a favorite search can remain unused before a warning is shown.
|
![]() | MaxLoadLimit |
Gets or sets the max limit while loading data.
If the date to load exceeds it, the user is asked to confirm to continue loading.
|
![]() | MinItemsHandlingToShowProgressBar |
Gets or sets the min number of items for showing a progress while deleting or modifying items in the database.
|
![]() | MRU_List |
Gets the MRU Collection.
|
![]() | OverwriteTraceFile |
Gets or sets a value indicating whether the trace file is overwritten.
|
![]() | PageSize |
Gets or sets the size of the loading page.
|
![]() | PreferredStartViewMode |
Gets or sets a value indicating the preferred start mode of data.
|
![]() | RecentFileViewerGrouping |
Gets or sets the grouping last used on the recent file view.
|
![]() | RecentFileViewerSorting |
Gets or sets the sorting last used on the recent file view.
|
![]() | RestartablePlugins |
Gets the restartable plug-in collection.
|
![]() | RibbonContextColor |
Gets or sets the color of the ribbon context.
|
![]() | SettingCollection |
Gets or sets the setting collection.
|
![]() | SettingsPath |
Gets or sets the setting path of the Triton installation.
|
![]() | ShowAllDrives |
Gets or sets a value indicating whether all drives shall be shown.
|
![]() | ShowCloseButton |
Gets or sets a value indicating whether the close button of the plugin is visible or not.
|
![]() | ShowDisabledPlugins |
Gets or sets a value indicating whether disabled plug-ins shall be shown or not.
|
![]() | ShowErrorStartingDisabledPlugin |
Gets or sets a value indicating whether starting a disabled plug-in shows an error or not.
|
![]() | ShowHiddenElements |
Gets or sets a value indicating whether hidden elements shall be shown.
|
![]() | ShowMessagesInline |
Gets or sets a value indicating whether the trace file is overwritten.
|
![]() | ShowModificationIdentifier |
Gets or sets a value indicating whether the modification identifier of the plugin is visible or not.
|
![]() | ShowPluginDescription |
Gets or sets a value indicating whether the plug-in description shall be hidden or not.
|
![]() | ShowPluginsInMenu |
Gets or sets a value indicating whether plug-ins are shown in the menu or not.
|
![]() | ShowSystemElements |
Gets or sets a value indicating whether system elements shall be showed.
|
![]() | SupportedHelpLanguages |
Gets or sets the supported help languages.
|
![]() | TraceLevel |
Gets or sets the trace level is set to.
|
![]() | TracePath |
Gets or sets the data path where Triton writes the trace file.
|
![]() | UseWildCards |
Gets or sets whether wild-cards shall be used while searching.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Clone(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | CloneT(CloneWorkingMode, IEnumerableType) | Overloaded.
Clones an object by serialization.
(Defined by RuntimeExtensions.) |
![]() | Convert | (Defined by DataConverterExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String) | Overloaded.
Creates a data entry into a string builder according to the giving parameters.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry for a data element.
(Defined by TraceExtensions.) |
![]() | CreateTraceDataEntry(StringBuilder, SourceLevels, TraceableKind, String, String, Int32) | Overloaded.
Creates a trace entry into a string builder.
(Defined by TraceExtensions.) |
![]() | DynamicCast |
Dynamically casts a reference to another type.
(Defined by TypeManagerHelper.) |
![]() | ExtractSystemParametersFromTrigger |
Extracts the system parameters from a collection of trigger parameter and transform them to a dictionary using string keys and string values.
(Defined by TriggerExtensions.) |
![]() | GetFieldValue(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetFieldValueT(String) | Overloaded.
Gets the data object held by a defined field of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValue(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | GetPropertyValueT(String) | Overloaded.
Gets the data object held by a defined property of a particular type.
(Defined by UnitTest.) |
![]() | Inject(Type, Object) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | Inject(Type, Object, Boolean) | Overloaded.
Injects all fields or properties which are marked with the defined attribute type name.
(Defined by DataInjection.) |
![]() | InjectField |
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | InjectProperty(String, Type, Object) | Overloaded.
Injects a value to a property within a data object.
(Defined by DataInjection.) |
![]() | Invoke(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | InvokeTResult(String, Object) | Overloaded.
Invokes a method on an object by reflection.
(Defined by UnitTest.) |
![]() | SetFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | SetPropertyValue |
Sets the data object on a defined property of a particular type.
(Defined by UnitTest.) |
![]() | SetReadOnlyFieldValue |
Sets the data object on a defined field of a particular type.
(Defined by UnitTest.) |
![]() | TryInjectProperty |
Tries to Inject a value to a property within a data object.
(Defined by DataInjection.) |