Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add_Additional_Setting ( string Key, string Value ) : void |
Add a remaining, unassigned, additional setting
|
|
Contains_Additional_Setting ( string Key ) : bool |
Get a flag indicating if a value is set for this key
|
|
Disposition_ID_Future ( string Disposition_Term ) : int |
Gets the primary key for a disposition type, by the future tense term
|
|
Disposition_ID_Past ( string Disposition_Term ) : int |
Gets the primary key for a disposition type, by the past tense term
|
|
Disposition_Term_Future ( int DispositionID ) : string |
Gets the disposition term, in future tense, by primary key
|
|
Disposition_Term_Past ( int DispositionID ) : string |
Gets the disposition term, in past tense, by primary key
|
|
ExtensionByCode ( string Code ) : |
Gets the information from the database for a single extension
|
|
ExtensionEnabled ( string Code ) : bool |
Checks to see if the extension exists and is enabled, according to the database
|
|
Get_Additional_Setting ( string Key ) : string |
Gets an additional setting value, by the key
|
|
InstanceWide_Settings ( ) : System |
constructor sets all the values to default empty strings
|
|
Metadata_Search_Field_By_Code ( string SobekCM_Code ) : |
Gets a single metadata search field, by SobekCM web code
|
|
Metadata_Search_Field_By_Display_Name ( string Display_Name ) : |
Gets a single metadata search field, by the display name
|
|
Metadata_Search_Field_By_Facet_Name ( string Facet_Name ) : |
Gets a single metadata search field, by the facet name
|
|
Metadata_Search_Field_By_ID ( short MetadataTypeID ) : |
Gets a single metadata search field, by primary identifiere
|
|
Metadata_Search_Field_By_Name ( string Metadata_Name ) : |
Gets a single metadata search field, by the metadata column name
|
|
PostUnSerialization ( ) : void |
Method is called by the serializer after this item is unserialized
|
|
ShouldSerializeArchive ( ) : bool |
Method suppresses XML Serialization of the Archive property if it is empty
|
|
ShouldSerializeFlorida ( ) : bool |
Method suppresses XML Serialization of the Florida property if it is empty
|
|
ShouldSerializeMarcGeneration ( ) : bool |
Method suppresses XML Serialization of the MarcGeneration property if it is empty
|
|
User_InProcess_Directory ( |
Gets the user-in-process directory
|
public Add_Additional_Setting ( string Key, string Value ) : void | ||
Key | string | Name / key for this database setting |
Value | string | Current value for this setting |
return | void |
public Contains_Additional_Setting ( string Key ) : bool | ||
Key | string | Name / key for this database setting |
return | bool |
public Disposition_ID_Future ( string Disposition_Term ) : int | ||
Disposition_Term | string | Disposition term, in future tense |
return | int |
public Disposition_ID_Past ( string Disposition_Term ) : int | ||
Disposition_Term | string | Disposition term, in past tense |
return | int |
public Disposition_Term_Future ( int DispositionID ) : string | ||
DispositionID | int | Primary key for the disposition term |
return | string |
public Disposition_Term_Past ( int DispositionID ) : string | ||
DispositionID | int | Primary key for the disposition term |
return | string |
public ExtensionByCode ( string Code ) : |
||
Code | string | Code of the extensions, which must match the directory for the plug-in |
return |
public ExtensionEnabled ( string Code ) : bool | ||
Code | string | Code of the extensions, which must match the directory for the plug-in |
return | bool |
public Get_Additional_Setting ( string Key ) : string | ||
Key | string | Name / key for this database setting |
return | string |
public Metadata_Search_Field_By_Code ( string SobekCM_Code ) : |
||
SobekCM_Code | string | Code for this metadata search field, employed within the URLs |
return |
public Metadata_Search_Field_By_Display_Name ( string Display_Name ) : |
||
Display_Name | string | Name for this field and name of the column in the database |
return |
public Metadata_Search_Field_By_Facet_Name ( string Facet_Name ) : |
||
Facet_Name | string | Name for this field for faceting purposes |
return |
public Metadata_Search_Field_By_ID ( short MetadataTypeID ) : |
||
MetadataTypeID | short | Primary identifier for the metadata search field |
return |
public Metadata_Search_Field_By_Name ( string Metadata_Name ) : |
||
Metadata_Name | string | Name for this field and name of the column in the database |
return |
public ShouldSerializeMarcGeneration ( ) : bool | ||
return | bool |
public User_InProcess_Directory ( |
||
CurrentUser | Current user, for which to find the in-process directory | |
DirectoryName | string | Subdirectory requested |
return | string |