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.SettingsAssembly: 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
Constructors
Methods
| Name | Description |
---|
| Add_Additional_Setting | Add a remaining, unassigned, additional setting |
| Contains_Additional_Setting | Get a flag indicating if a value is set for this key |
| Disposition_ID_Future | Gets the primary key for a disposition type, by the future tense term |
| Disposition_ID_Past | Gets the primary key for a disposition type, by the past tense term |
| Disposition_Term_Future | Gets the disposition term, in future tense, by primary key |
| Disposition_Term_Past | Gets the disposition term, in past tense, by primary key |
| Get_Additional_Setting | Gets an additional setting value, by the key |
| Metadata_Search_Field_By_Code | Gets a single metadata search field, by SobekCM web code |
| Metadata_Search_Field_By_Display_Name | Gets a single metadata search field, by the display name |
| Metadata_Search_Field_By_Facet_Name | Gets a single metadata search field, by the facet name |
| Metadata_Search_Field_By_ID | Gets a single metadata search field, by primary identifiere |
| Metadata_Search_Field_By_Name | Gets a single metadata search field, by the metadata column name |
| PostUnSerialization | Method is called by the serializer after this item is unserialized |
| ShouldSerializeArchive | Method suppresses XML Serialization of the Archive property if it is empty |
| ShouldSerializeFlorida | Method suppresses XML Serialization of the Florida property if it is empty |
| ShouldSerializeMarcGeneration | Method suppresses XML Serialization of the MarcGeneration property if it is empty |
| User_InProcess_Directory | Gets the user-in-process directory |
Properties
| Name | Description |
---|
| Additional_Settings | Additional custom settings associated with this SobekCM system at
the highest level |
| Archive | Settings from the database for built-in archiving functionality |
| Builder | Settings from the database for the builder functionality (values and modules) |
| Database_Connections | Database connection string(s) built from the system config file (usually sits in a config subfolder) |
| Disposition_Options | Gets the list of all possible dispositions |
| Email | Settings for emails, including email setup and main email addresses used in certain situations |
| Florida | Settings for specific to the Florida SUS schools |
| MarcGeneration | Setting information about the generation of Marc files, some constants, and information about the MARC feed |
| Metadata_Search_Fields | Gets the list of all metadata search fields |
| Resources | Settings related to default values for the digital resource files
and how resource files should be handeled |
| Search | Settings related to the behavior of the aggregation-wide searches within the system |
| Servers | Settings regarding the server architecture, include URLs and network locations |
| Static | Top-level settings that are fairly consistent, and don't really load from
any database or configuration value |
| System | Top-level settings that control basic operation and appearance of the entire SobekCM instance |
| Workflow_Types | Gets the list of all possible workflows |
See Also