Search Results for

    Show / Hide Table of Contents

    Class ImageAnalyzerData

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

    Constructors

    ImageAnalyzerData()

    Default constructor

    Declaration
    public ImageAnalyzerData()

    ImageAnalyzerData(ImageAnalyzerData)

    Copy construtctor

    Declaration
    public ImageAnalyzerData(ImageAnalyzerData imageAnalyzerData)
    Parameters
    Type Name Description
    ImageAnalyzerData imageAnalyzerData

    Properties

    Categories

    Declaration
    public List<ImageAnalyzerCategory> Categories { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ImageAnalyzerCategory>

    Extension Methods

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