Search Results for

    Show / Hide Table of Contents

    Class MetadatMapping

    Defines a metadata mapping for a property

    Inheritance
    System.Object
    PropertyMapping
    MetadatMapping
    Inherited Members
    PropertyMapping.Property
    Namespace: ImageVault.Client.Descriptors
    Assembly: ImageVault.Client.dll
    Syntax
    public class MetadatMapping : PropertyMapping

    Constructors

    MetadatMapping()

    Declaration
    public MetadatMapping()

    Properties

    MetadataDefinitionId

    The id of the resulting metadata

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

    MetadataQuery

    The calculated metadata query for the property

    Declaration
    public MetadataQuery MetadataQuery { get; set; }
    Property Value
    Type Description
    MetadataQuery

    Extension Methods

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