Search Results for

    Show / Hide Table of Contents

    Class AssetMetadata

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

    Constructors

    AssetMetadata()

    Declaration
    public AssetMetadata()

    AssetMetadata(AssetMetadata)

    Declaration
    public AssetMetadata(AssetMetadata m)
    Parameters
    Type Name Description
    AssetMetadata m

    Properties

    BooleanValue

    Declaration
    public Nullable<bool> BooleanValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    DateValue

    Declaration
    public Nullable<DateTime> DateValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    DefinitionId

    Declaration
    public int DefinitionId { get; set; }
    Property Value
    Type Description
    System.Int32

    DoubleValue

    Declaration
    public Nullable<double> DoubleValue { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    IntegerValue

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

    Language

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

    Value

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

    Extension Methods

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