C# Класс SobekCM.Core.Settings.System_Settings

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Help_URL() публичный Метод

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
Результат string

Metadata_Help_URL() публичный Метод

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
Результат string

ShouldSerializeDisable_Standard_User_Logon_Message() публичный Метод

Method suppresses XML Serialization of the Disable_Standard_User_Logon_Message property if it is empty
public ShouldSerializeDisable_Standard_User_Logon_Message ( ) : bool
Результат bool

System_Settings() публичный Метод

Constructor for a new instance of the System_Settings class
public System_Settings ( ) : System
Результат System