Click or drag to resize
QuickInsertsSettings Class
Top level Quick Inserts representation
Inheritance Hierarchy
SystemObject
  Sdl.FileTypeSupport.Framework.Core.SettingsFileTypeSettingsBase
    Sdl.FileTypeSupport.Framework.Core.Settings.QuickInsertsQuickInsertsSettings

Namespace: Sdl.FileTypeSupport.Framework.Core.Settings.QuickInserts
Assembly: Sdl.FileTypeSupport.Framework.Core.Settings (in Sdl.FileTypeSupport.Framework.Core.Settings.dll) Version: 1.0.0.0 (1.0.2343.2)
Syntax
public class QuickInsertsSettings : FileTypeSettingsBase

The QuickInsertsSettings type exposes the following members.

Constructors
  NameDescription
Public methodQuickInsertsSettings
Initializes a new instance of the QuickInsertsSettings class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetSettingFromSettingsGroupT
Checks whether the setting exists in the settings group, and retrieves its value (if it exists). If it does not exist, the default value is returned instead.
(Inherited from FileTypeSettingsBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Fires the PropertyChanged event with the propertyName used as the event argument. This needs to be called from the setter of every property when using binding (for example, in Silverlight/WPF UIs).
(Inherited from FileTypeSettingsBase.)
Public methodPopulateFromSettingsBundle
Loads settings from settings bundle
(Overrides FileTypeSettingsBasePopulateFromSettingsBundle(ISettingsBundle, String).)
Public methodResetToDefaults
Resets all settings to defaults
(Overrides FileTypeSettingsBaseResetToDefaults.)
Public methodSaveToSettingsBundle
Saves settings to settings bundle
(Overrides FileTypeSettingsBaseSaveToSettingsBundle(ISettingsBundle, String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUpdateSettingInSettingsGroupT
Checks whether the setting exists in the settings group. If the setting does exist, then it is updated with the new value; if it does not exist, a new setting is created, but only if the value is not the same as the default value (in which case the call is effectively ignored).
(Inherited from FileTypeSettingsBase.)
Top
Properties
  NameDescription
Public propertyQuickInserts
Property used to access Quick Inserts collection
Top
Events
  NameDescription
Public eventPropertyChanged
All property setters must fire this event if data binding is to be used. The recommended approach is to use OnPropertyChanged(String).
(Inherited from FileTypeSettingsBase.)
Top
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments