Table of Contents

Class UserServiceGap

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

A persistence extension point on UserServiceBase whose default silently does nothing.

public sealed record UserServiceGap : IEquatable<UserServiceGap>
Inheritance
UserServiceGap
Implements
Inherited Members

Constructors

UserServiceGap(string, string)

A persistence extension point on UserServiceBase whose default silently does nothing.

public UserServiceGap(string Member, string Consequence)

Parameters

Member string

The member a host is expected to override.

Consequence string

What is silently lost when it is not overridden.

Properties

Consequence

What is silently lost when it is not overridden.

public string Consequence { get; init; }

Property Value

string

Member

The member a host is expected to override.

public string Member { get; init; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.