| OptionManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class OptionManager : BaseManager
The OptionManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | DeleteCollectionOption | 
                Deletes an option.
             | 
|  | DeleteDataOptions | 
                Deletes all options that are connected to a PsrData object.
             | 
|  | DeleteOption | 
                Deletes an options that matches the name and ID.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetOptionTOption | 
                Returns an option that applies to the given data and Name | 
|  | GetOptions | 
                Returns a list of options of the given option groups that apply to the given data.
             | 
|  | GetType | (Inherited from Object.) | 
|  | GetUserOptionTOption | 
                Returns an option that applies to the current session user and Name | 
|  | ToString | (Inherited from Object.) | 
|  | UpdateBooleanOption | 
                Updates an option of type PsrOptionBoolean | 
|  | UpdateCollectionOption | 
                Updates an option of type PsrOptionString | 
|  | UpdateDateTimeOption | 
                Updates an option of type PsrOptionDateTime | 
|  | UpdateDoubleExtOption | 
                Updates an option of type PsrOptionDoubleExt | 
|  | UpdateDoubleoption | 
                Updates an option of type PsrOptionDouble | 
|  | UpdateFileOption | 
                Updates an option of type PsrOptionFile | 
|  | UpdateFolderOption | 
                Updates an option of type PsrOptionFolder | 
|  | UpdateGlobalEncryptedOption | 
                Updates an option of type PsrOptionGlobalEncrypted | 
|  | UpdateIntegerExtOption | 
                Updates an option of type PsrOptionIntegerExt | 
|  | UpdateIntegerOption | 
                Updates an option of type PsrOptionInteger | 
|  | UpdateListOption | 
                Updates an option of type PsrOptionList | 
|  | UpdatePasswordOption | 
                Updates an option of type PsrOptionPassword | 
|  | UpdateSignedOption | 
                Updates an option of type PsrOptionSigned | 
|  | UpdateStringOption | 
                Updates an option of type PsrOptionString | 
|  | UpdateTimeOption | 
                Updates an option of type PsrOptionTime | 
 See Also
See Also