Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022