C# Class SobekCM.Core.Configuration.Engine.Engine_Path_Endpoint

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description
ensure_dictionary_built void
this Engine_VerbMapping

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ensure_dictionary_built ( ) : void
this ( string Method ) : Engine_VerbMapping

Method Details

AddChild() public méthode

public AddChild ( string ChildSegment, Engine_Path_Endpoint Child ) : void
ChildSegment string
Child Engine_Path_Endpoint
Résultat void

ContainsChildKey() public méthode

public ContainsChildKey ( string ChildSegment ) : bool
ChildSegment string
Résultat bool

Engine_Path_Endpoint() public méthode

Constructor for a new instance of the Engine_Path_Endpoint class
public Engine_Path_Endpoint ( ) : System
Résultat System

GetChild() public méthode

public GetChild ( string ChildSegment ) : Engine_Path_Endpoint
ChildSegment string
Résultat Engine_Path_Endpoint

VerbMappingExists() public méthode

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..)
Résultat bool