Table of Contents

Class EntityIdentifiersModel<TKey>

Namespace
Arbiter.CommandQuery.Models
Assembly
Arbiter.CommandQuery.dll

An identifiers base modelclass

public class EntityIdentifiersModel<TKey>

Type Parameters

TKey

The type of the key.

Inheritance
EntityIdentifiersModel<TKey>
Inherited Members

Properties

Ids

Gets or sets the list of identifiers.

[JsonPropertyName("ids")]
public IReadOnlyCollection<TKey> Ids { get; set; }

Property Value

IReadOnlyCollection<TKey>

The list of identifiers.