Search Results for

    Show / Hide Table of Contents

    Class MediaItemDescriptor

    Summary description for MediaItemDescriptor.

    Inheritance
    System.Object
    MediaItemDescriptor
    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.Client.Descriptors
    Assembly: ImageVault.Client.dll
    Syntax
    [Obsolete("Use MediaItemTypeDescriptor instead")]
    public class MediaItemDescriptor

    Constructors

    MediaItemDescriptor()

    Declaration
    public MediaItemDescriptor()

    Properties

    MediaFormatMap

    Gets the MediaFormatMap of the MediaItemDescriptor

    Declaration
    public List<KeyValuePair<PropertyInfo, int>> MediaFormatMap { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.Reflection.PropertyInfo, System.Int32>>

    MetadataMap

    Gets the MetadataMap of the MediaItemDescriptor

    Declaration
    public Dictionary<PropertyInfo, int> MetadataMap { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Reflection.PropertyInfo, System.Int32>

    PopulateQuery

    Get/Sets the PopulateQuery of the MediaItemDescriptor

    Declaration
    public MediaItemPopulationQuery PopulateQuery { get; set; }
    Property Value
    Type Description
    MediaItemPopulationQuery

    Extension Methods

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