Interface IItem<T>
The IItem interface defines a data object that has an Id of a specific type.
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public interface IItem<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Id
Get/Sets the Id of the Category
Declaration
T Id { get; set; }
Property Value
Type | Description |
---|---|
T |