Click or drag to resize

ApiMethodAttributes Enumeration

Options for code generation for API methods.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ApiMethodAttributes
Members
  Member nameValueDescription
Public1This method does not require a 2-part authentication token and only a valid web service token.
RelatedValueInRespose2This method should log the related value from the response object.
TokenInPath4 The token should be the first parameter in the path after version. If this is not set, the token is expected in the header using the header's x-nq-service-token (xot_service_token) and x-nq-authentication (user's current session token - UserContext.Token, in the web application this is stored in a cookie.)
See Also