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

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

Private Properties

프로퍼티 타입 설명
ensure_dictionary_built void
this Engine_VerbMapping

공개 메소드들

메소드 설명
AddChild ( string ChildSegment, Engine_Path_Endpoint Child ) : void
ContainsChildKey ( string ChildSegment ) : bool
Engine_Path_Endpoint ( ) : System

Constructor for a new instance of the Engine_Path_Endpoint class

GetChild ( string ChildSegment ) : Engine_Path_Endpoint
VerbMappingExists ( string Method ) : bool

Returns flag if a C# method is mapped to the provided HTTP verb/method

비공개 메소드들

메소드 설명
ensure_dictionary_built ( ) : void
this ( string Method ) : Engine_VerbMapping

메소드 상세

AddChild() 공개 메소드

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

ContainsChildKey() 공개 메소드

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

Engine_Path_Endpoint() 공개 메소드

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

GetChild() 공개 메소드

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

VerbMappingExists() 공개 메소드

Returns flag if a C# method is mapped to the provided HTTP verb/method
public VerbMappingExists ( string Method ) : bool
Method string Method, as upper-case string (i.e., 'DELETE', 'GET', 'POST', 'PUT', etc..)
리턴 bool