C# Class SobekCM.Core.Settings.System_Settings

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Help_URL ( string Current_Base_URL ) : string

URL used for the main help pages about this system's basic functionality

Metadata_Help_URL ( string Current_Base_URL ) : string

Get the URL for all metadata help pages which are used when users request help while submitting a new item or editing an existing item

ShouldSerializeDisable_Standard_User_Logon_Message ( ) : bool

Method suppresses XML Serialization of the Disable_Standard_User_Logon_Message property if it is empty

System_Settings ( ) : System

Constructor for a new instance of the System_Settings class

Method Details

Help_URL() public method

URL used for the main help pages about this system's basic functionality
public Help_URL ( string Current_Base_URL ) : string
Current_Base_URL string Current base url for the current user's request
return string

Metadata_Help_URL() public method

Get the URL for all metadata help pages which are used when users request help while submitting a new item or editing an existing item
public Metadata_Help_URL ( string Current_Base_URL ) : string
Current_Base_URL string Current base url for the current user's request
return string

ShouldSerializeDisable_Standard_User_Logon_Message() public method

Method suppresses XML Serialization of the Disable_Standard_User_Logon_Message property if it is empty

System_Settings() public method

Constructor for a new instance of the System_Settings class
public System_Settings ( ) : System
return System