C# 클래스 SobekCM.Core.Settings.System_Settings

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

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

System_Settings() 공개 메소드

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