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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AccessPermitted ( string IpAddress ) : bool

Check to see if this endpoint can be invoked from this IP address

Add_RestrictionRange ( Engine_RestrictionRange RestrictionRange ) : void

Adds a restriction range to this verb mapping

Engine_VerbMapping ( ) : System

Constructor for a new instance of the Engine_VerbMapping class

Empty constructor for serialization

Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType ) : System

Constructor for a new instance of the Engine_VerbMapping class

Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType, string ComponentId, string RestrictionRangeId ) : System

Constructor for a new instance of the Engine_VerbMapping class

메소드 상세

AccessPermitted() 공개 메소드

Check to see if this endpoint can be invoked from this IP address
public AccessPermitted ( string IpAddress ) : bool
IpAddress string
리턴 bool

Add_RestrictionRange() 공개 메소드

Adds a restriction range to this verb mapping
public Add_RestrictionRange ( Engine_RestrictionRange RestrictionRange ) : void
RestrictionRange Engine_RestrictionRange Range to add
리턴 void

Engine_VerbMapping() 공개 메소드

Constructor for a new instance of the Engine_VerbMapping class
Empty constructor for serialization
public Engine_VerbMapping ( ) : System
리턴 System

Engine_VerbMapping() 공개 메소드

Constructor for a new instance of the Engine_VerbMapping class
public Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType ) : System
Method string Method within the class specified by the component that should be called to fulfil the request
Enabled bool Flag indicates if this endpoint is enabled or disabled
Protocol Microservice_Endpoint_Protocol_Enum Protocol which this endpoint utilizes ( JSON or Protocol Buffer )
RequestType Microservice_Endpoint_RequestType_Enum Request type expected for this endpoint ( either a GET or a POST )
리턴 System

Engine_VerbMapping() 공개 메소드

Constructor for a new instance of the Engine_VerbMapping class
public Engine_VerbMapping ( string Method, bool Enabled, Microservice_Endpoint_Protocol_Enum Protocol, Microservice_Endpoint_RequestType_Enum RequestType, string ComponentId, string RestrictionRangeId ) : System
Method string Method within the class specified by the component that should be called to fulfil the request
Enabled bool Flag indicates if this endpoint is enabled or disabled
Protocol Microservice_Endpoint_Protocol_Enum Protocol which this endpoint utilizes ( JSON or Protocol Buffer )
RequestType Microservice_Endpoint_RequestType_Enum Request type expected for this endpoint ( either a GET or a POST )
ComponentId string
RestrictionRangeId string
리턴 System