C# 클래스 SobekCM.Core.Configuration.Engine.Engine_Server_Configuration

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

Private Properties

프로퍼티 타입 설명
ensure_dictionary_built void

공개 메소드들

메소드 설명
AddRoot ( string ChildSegment, Engine_Path_Endpoint Child ) : void
ClearAll ( ) : void

Clears all of the data loaded into this configuration

ContainsRootKey ( string ChildSegment ) : bool
Engine_Server_Configuration ( ) : System

Constructor for a new instance of the Engine_Server_Configuration class

GetRoot ( string ChildSegment ) : Engine_Path_Endpoint
Get_Endpoint ( List Paths ) : Engine_Path_Endpoint

Get the endpoint configuration, based on the requested path

비공개 메소드들

메소드 설명
ensure_dictionary_built ( ) : void

메소드 상세

AddRoot() 공개 메소드

public AddRoot ( string ChildSegment, Engine_Path_Endpoint Child ) : void
ChildSegment string
Child Engine_Path_Endpoint
리턴 void

ClearAll() 공개 메소드

Clears all of the data loaded into this configuration
public ClearAll ( ) : void
리턴 void

ContainsRootKey() 공개 메소드

public ContainsRootKey ( string ChildSegment ) : bool
ChildSegment string
리턴 bool

Engine_Server_Configuration() 공개 메소드

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

GetRoot() 공개 메소드

public GetRoot ( string ChildSegment ) : Engine_Path_Endpoint
ChildSegment string
리턴 Engine_Path_Endpoint

Get_Endpoint() 공개 메소드

Get the endpoint configuration, based on the requested path
public Get_Endpoint ( List Paths ) : Engine_Path_Endpoint
Paths List Requested URL paths
리턴 Engine_Path_Endpoint