Table of Contents

Class UniqueObjectExtensions

Namespace
Lers.Core
Assembly
Lers.Core.dll

Расширения для уникального идентификатора.

public static class UniqueObjectExtensions
Inheritance
UniqueObjectExtensions
Inherited Members

Methods

GetId<T>(T)

Возвращает типизированный идентификатор.

public static EntityIdentifier<T> GetId<T>(this T uniqueObject) where T : IUniqueObject

Parameters

uniqueObject T

Returns

EntityIdentifier<T>

Type Parameters

T