mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Settings >> Admin_Setting_Value

Admin_Setting_Value Class



Administrative setting information, including display information and the current setting value and key


Namespace: SobekCM.Core.Settings
Assembly: 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

System..::..Object
  SobekCM.Core.Settings..::..Admin_Setting_Value

Constructors

  NameDescription
Public methodAdmin_Setting_Value
Initializes a new instance of the Admin_Setting_Value class

Methods

  NameDescription
Public methodAdd_Option
Add a new option to this setting value

Properties

  NameDescription
Public propertyHeading
Heading under which this setting should appear within the tab page
Public propertyHeight
Height of the admin entry box to be displayed for this setting
Public propertyHeight_AsString
Height of the admin entry box to be displayed, as a string for XML serialization
Public propertyHelp
Help text for this metadata element from the database
Public propertyHidden
Gets or sets a value indicating whether this Admin_Setting_Value is hidden
Public propertyKey
Name / key for this database setting
Public propertyOptions
If this setting has a small set of options, all of the possible settings
Public propertyReserved
Flag indicates if this field should be reserved to the host or system administrators
Public propertySettingID
Unique key to this setting
Public propertyTabPage
Label for the tab page under which this should appear
Public propertyValue
Current value for this setting
Public propertyWidth
Width of the admin entry box to be displayed for this setting
Public propertyWidth_AsString
Width of the admin entry box to be displayed, as a string for XML serialization

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )