Class RestEntity<T>
public abstract class RestEntity<T> : IEntity<T> where T : IEquatable<T>
Type Parameters
T
- Inheritance
-
RestEntity<T>
- Implements
-
IEntity<T>
- Derived
- Inherited Members
Properties
Id
Gets the unique identifier for this object.
public T Id { get; }
Property Value
- T