Show / Hide Table of Contents

Class AASImportServiceClientBase

Base class with default configurations for all services of microservice AAS Import.

Inheritance
System.Object
AASImportServiceClientBase
AASImportServiceClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.TransRep.AASImport.Host.Client.Base
Assembly: cs.temp.dll.dll
Syntax
public abstract class AASImportServiceClientBase

Constructors

AASImportServiceClientBase(IOptionsSnapshot<AASImportServiceClientOptions>, IHttpRestServiceClient)

Default constructor base to set options and HttpRestServiceClient.

Declaration
protected AASImportServiceClientBase(IOptionsSnapshot<AASImportServiceClientOptions> options, IHttpRestServiceClient httpRestServiceClient)
Parameters
Type Name Description
IOptionsSnapshot<AASImportServiceClientOptions> options

The options design pattern used in ImportServiceClient.

IHttpRestServiceClient httpRestServiceClient

Interface with the default methods and properties to be used for all HTTP Rest calls.

Properties

AuthorizationToken

Key to authorize request on Microservices.

Declaration
protected string AuthorizationToken { get; }
Property Value
Type Description
System.String

a07f5aa4d2654c0e91412ee7025de133

HttpRestServiceClient

Interface with the default methods and properties to be used for all HTTP Rest calls.

Declaration
protected IHttpRestServiceClient HttpRestServiceClient { get; }
Property Value
Type Description
IHttpRestServiceClient

Instance of HttpRestServiceClient

Options

The options design pattern used in ImportServiceClient.

Declaration
protected IOptionsSnapshot<AASImportServiceClientOptions> Options { get; }
Property Value
Type Description
IOptionsSnapshot<AASImportServiceClientOptions>

Instance of ImportServiceClientOptions

Back to top Generated by DocFX