C# Класс NetRESTSOEProperties.NetSimpleRESTSOEWithProperties

Наследование: IServerObjectExtension, IObjectConstruct, IRESTRequestHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Construct ( IPropertySet props ) : void
GetSchema ( ) : string
HandleRESTRequest ( string Capabilities, string resourceName, string operationName, string operationInput, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
Init ( IServerObjectHelper pSOH ) : void
NetSimpleRESTSOEWithProperties ( ) : System
Shutdown ( ) : void

Приватные методы

Метод Описание
CreateRestSchema ( ) : RestResource
LayersResHandler ( NameValueCollection boundVariables, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
PropertiesResHandler ( NameValueCollection boundVariables, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
RootResHandler ( NameValueCollection boundVariables, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
createErrorObject ( int codeNumber, String errorMessageSummary, String errorMessageDetails ) : byte[]

Описание методов

Construct() публичный Метод

public Construct ( IPropertySet props ) : void
props IPropertySet
Результат void

GetSchema() публичный Метод

public GetSchema ( ) : string
Результат string

HandleRESTRequest() публичный Метод

public HandleRESTRequest ( string Capabilities, string resourceName, string operationName, string operationInput, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
Capabilities string
resourceName string
operationName string
operationInput string
outputFormat string
requestProperties string
responseProperties string
Результат byte[]

Init() публичный Метод

public Init ( IServerObjectHelper pSOH ) : void
pSOH IServerObjectHelper
Результат void

NetSimpleRESTSOEWithProperties() публичный Метод

public NetSimpleRESTSOEWithProperties ( ) : System
Результат System

Shutdown() публичный Метод

public Shutdown ( ) : void
Результат void