Class MineTrustConnection
- Namespace
- Datamine.MineTrustConnector.Service.Extensibility
- Assembly
- Datamine.MineTrustConnector.Service.Extensibility.dll
Record which encapsulates the scope of a MineTrust endpoint with specific user context
public record MineTrustConnection : IEquatable<MineTrustConnection>
- Inheritance
-
MineTrustConnection
- Implements
- Inherited Members
Constructors
MineTrustConnection(string, MTConnectorProfile)
Record which encapsulates the scope of a MineTrust endpoint with specific user context
public MineTrustConnection(string ServerUrl, MTConnectorProfile Profile)
Parameters
ServerUrl
stringProfile
MTConnectorProfile
Fields
Comparer
The equality comparer for comparing instances of MineTrust connections.
public static readonly IEqualityComparer<MineTrustConnection> Comparer
Field Value
Properties
Profile
public MTConnectorProfile Profile { get; init; }
Property Value
- MTConnectorProfile
ServerUrl
public string ServerUrl { get; init; }