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 >> InstanceWide_Settings

InstanceWide_Settings Class



Class provides context to constant settings from the database, based on the basic information about this instance of the application and server information


Namespace: SobekCM.Core.Settings
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("Settings")]
[DataContractAttribute]
[ProtoContractAttribute]
public class InstanceWide_Settings : iSerializationEvents

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Settings..::..InstanceWide_Settings

Constructors

  NameDescription
Public methodInstanceWide_Settings
constructor sets all the values to default empty strings

Methods

  NameDescription
Public methodAdd_Additional_Setting
Add a remaining, unassigned, additional setting
Public methodContains_Additional_Setting
Get a flag indicating if a value is set for this key
Public methodDisposition_ID_Future
Gets the primary key for a disposition type, by the future tense term
Public methodDisposition_ID_Past
Gets the primary key for a disposition type, by the past tense term
Public methodDisposition_Term_Future
Gets the disposition term, in future tense, by primary key
Public methodDisposition_Term_Past
Gets the disposition term, in past tense, by primary key
Public methodGet_Additional_Setting
Gets an additional setting value, by the key
Public methodMetadata_Search_Field_By_Code
Gets a single metadata search field, by SobekCM web code
Public methodMetadata_Search_Field_By_Display_Name
Gets a single metadata search field, by the display name
Public methodMetadata_Search_Field_By_Facet_Name
Gets a single metadata search field, by the facet name
Public methodMetadata_Search_Field_By_ID
Gets a single metadata search field, by primary identifiere
Public methodMetadata_Search_Field_By_Name
Gets a single metadata search field, by the metadata column name
Public methodPostUnSerialization
Method is called by the serializer after this item is unserialized
Public methodShouldSerializeArchive
Method suppresses XML Serialization of the Archive property if it is empty
Public methodShouldSerializeFlorida
Method suppresses XML Serialization of the Florida property if it is empty
Public methodShouldSerializeMarcGeneration
Method suppresses XML Serialization of the MarcGeneration property if it is empty
Public methodUser_InProcess_Directory
Gets the user-in-process directory

Properties

  NameDescription
Public propertyAdditional_Settings
Additional custom settings associated with this SobekCM system at the highest level
Public propertyArchive
Settings from the database for built-in archiving functionality
Public propertyBuilder
Settings from the database for the builder functionality (values and modules)
Public propertyDatabase_Connections
Database connection string(s) built from the system config file (usually sits in a config subfolder)
Public propertyDisposition_Options
Gets the list of all possible dispositions
Public propertyEmail
Settings for emails, including email setup and main email addresses used in certain situations
Public propertyFlorida
Settings for specific to the Florida SUS schools
Public propertyMarcGeneration
Setting information about the generation of Marc files, some constants, and information about the MARC feed
Public propertyMetadata_Search_Fields
Gets the list of all metadata search fields
Public propertyResources
Settings related to default values for the digital resource files and how resource files should be handeled
Public propertySearch
Settings related to the behavior of the aggregation-wide searches within the system
Public propertyServers
Settings regarding the server architecture, include URLs and network locations
Public propertyStatic
Top-level settings that are fairly consistent, and don't really load from any database or configuration value
Public propertySystem
Top-level settings that control basic operation and appearance of the entire SobekCM instance
Public propertyWorkflow_Types
Gets the list of all possible workflows

See Also



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