Search Results for

    Show / Hide Table of Contents

    Class AssetCategory

    Inheritance
    System.Object
    AssetCategory
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class AssetCategory

    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 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