ApiMethodAttribute
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: Attribute | ServiceMethodAttribute | ApiMethodAttribute
constructor
constructor
ApiMethodAttribute()
Sub New()
HttpApiMethod
property HttpApiMethod: ApiRequestMethod read write;
ApiRequestMethod HttpApiMethod { get; set; }
Property HttpApiMethod() As ApiRequestMethod
HttpApiOperationId
property HttpApiOperationId: String read write;
String HttpApiOperationId { get; set; }
Property HttpApiOperationId() As String
HttpApiPath
property HttpApiPath: String read write;
String HttpApiPath { get; set; }
Property HttpApiPath() As String
HttpApiRequestName
property HttpApiRequestName: String read write;
String HttpApiRequestName { get; set; }
Property HttpApiRequestName() As String
HttpApiResult
property HttpApiResult: HttpStatusCode read write;
HttpStatusCode HttpApiResult { get; set; }
Property HttpApiResult() As HttpStatusCode
HttpApiTags
property HttpApiTags: array of String read write;
String[] HttpApiTags { get; set; }
Property HttpApiTags() As String()
Name (declared in ServiceMethodAttribute)
property Name: String read write;
String Name { get; set; }
Property Name() As String
HttpApiMethod
property HttpApiMethod: ApiRequestMethod read write;
ApiRequestMethod HttpApiMethod { get; set; }
Property HttpApiMethod() As ApiRequestMethod
HttpApiOperationId
property HttpApiOperationId: String read write;
String HttpApiOperationId { get; set; }
Property HttpApiOperationId() As String
HttpApiPath
property HttpApiPath: String read write;
String HttpApiPath { get; set; }
Property HttpApiPath() As String
HttpApiRequestName
property HttpApiRequestName: String read write;
String HttpApiRequestName { get; set; }
Property HttpApiRequestName() As String
HttpApiResult
property HttpApiResult: HttpStatusCode read write;
HttpStatusCode HttpApiResult { get; set; }
Property HttpApiResult() As HttpStatusCode
HttpApiTags
property HttpApiTags: array of String read write;
String[] HttpApiTags { get; set; }
Property HttpApiTags() As String()
Name (declared in ServiceMethodAttribute)
property Name: String read write;
String Name { get; set; }
Property Name() As String
constructor
constructor
ApiMethodAttribute()
Sub New()