C# Class NetRESTSOEProperties.NetSimpleRESTSOEWithProperties

Inheritance: IServerObjectExtension, IObjectConstruct, IRESTRequestHandler
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
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

Private Methods

Method Description
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[]

Method Details

Construct() public method

public Construct ( IPropertySet props ) : void
props IPropertySet
return void

GetSchema() public method

public GetSchema ( ) : string
return string

HandleRESTRequest() public method

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
return byte[]

Init() public method

public Init ( IServerObjectHelper pSOH ) : void
pSOH IServerObjectHelper
return void

NetSimpleRESTSOEWithProperties() public method

public NetSimpleRESTSOEWithProperties ( ) : System
return System

Shutdown() public method

public Shutdown ( ) : void
return void