Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core

Syntax

CloudNimble.EasyAF.Core.IIdentifiable<T>

Summary

An interface that guarantees a particular Entity contains an “Id” property with a type T.

Type Parameters

  • T - The type for the identifier.

Properties

Id Abstract

The unique identifier for this particular Entity.

Syntax

T Id { get; set; }

Property Value

Type: T