Table of Contents

Interface IIdentifiable<TId>

Namespace
JsonApiDotNetCore.Resources
Assembly
JsonApiDotNetCore.Annotations.dll

When implemented by a class, indicates to JsonApiDotNetCore that the class represents a JSON:API resource.

[PublicAPI]
public interface IIdentifiable<TId> : IIdentifiable

Type Parameters

TId

The resource identifier type.

Inherited Members

Properties

Id

The typed identifier as used by the underlying data store (usually numeric or Guid).

TId Id { get; set; }

Property Value

TId