Library Specification Object Model Reference

QLLibrarySettings Members

QLLibrarySettings overview

Public Instance Constructors

QLLibrarySettings Constructor Initializes a new instance of the QLLibrarySettings class.

Public Instance Properties

Capacity (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
Count (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
ItemOverloaded. Provides access to QLLibrarySettingsEntry by name.

Public Instance Methods

Add Adds a new QLLibrarySettingsEntry and fires the SettingsEntryAdded event.
AddRange 
AsReadOnly (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
BinarySearch (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
Clear Removes all entries, and fires remove events for each.
Contains (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
ConvertAll (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
CopyTo (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
Equals (inherited from Object) 
Exists (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
Find (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
FindAll (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
FindIndex (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
FindLast (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
FindLastIndex (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
FireEntryUpdated Fire the SettingsEntryUpdated event. I don't really like to make this public :(
ForEach (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
GetEnumerator (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
GetHashCode (inherited from Object) 
GetRange (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
GetType (inherited from Object) 
IndexOf (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
Insert Inserts the entry into the given location at the list and fires the add event.
InsertRange 
LastIndexOf (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
Remove Removes the entry from the list, returning true if it was found and false if not.
RemoveAll 
RemoveAt Removes the entry at the index and fires the remove event.
RemoveRange Removes the range of elements.
Reverse (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
Sort (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]])Overloaded.  
ToArray (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
ToString (inherited from Object) 
TrimExcess (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 
TrueForAll (inherited from 0, Culture=neutral, PublicKeyToken=8174058f62942e31]]) 

Public Instance Events

SettingsEntryAdded Event which is raised when a new Settings Entry is added to the QLLibrarySettings collection.
SettingsEntryRemoved Event which is raised when a new Settings Entry is removed from the QLLibrarySettings collection.
SettingsEntryUpdated Event which is raised when a settings entry has been updated

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

QLLibrarySettings Class | Spss.Dimensions.Library.Specification Namespace