Search Results for

    Show / Hide Table of Contents

    Class AssetCategory

    Inheritance
    System.Object
    AssetCategory
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class AssetCategory : Object

    Constructors

    AssetCategory()

    Default constructor

    Declaration
    public AssetCategory()

    AssetCategory(AssetCategory)

    Copy constructor

    Declaration
    public AssetCategory(AssetCategory c)
    Parameters
    Type Name Description
    AssetCategory c

    Properties

    Id

    Declaration
    public Nullable<int> Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

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