Admin_Setting_Value Class
Administrative setting information, including display information and the
current setting value and key
Namespace: SobekCM.Core.SettingsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Admin_Setting_Value |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_Option | Add a new option to this setting value |
Properties
| Name | Description |
---|
| Heading | Heading under which this setting should appear within the tab page |
| Height | Height of the admin entry box to be displayed for this setting |
| Height_AsString | Height of the admin entry box to be displayed, as a string for XML serialization |
| Help | Help text for this metadata element from the database |
| Hidden | |
| Key | Name / key for this database setting |
| Options | If this setting has a small set of options, all of the possible settings |
| Reserved | Flag indicates if this field should be reserved to the host or system administrators |
| SettingID | Unique key to this setting |
| TabPage | Label for the tab page under which this should appear |
| Value | Current value for this setting |
| Width | Width of the admin entry box to be displayed for this setting |
| Width_AsString | Width of the admin entry box to be displayed, as a string for XML serialization |
See Also