OptionManager Class |
Namespace: PsrApi.Managers
public class OptionManager : BaseManager
The OptionManager type exposes the following members.
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUserOptionTOption |
Returns an option that applies to the current session user and Name |
![]() | ToString | Returns a string that represents the current object. (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 |