Search Results for

    Show / Hide Table of Contents

    Class DbMetadataDefinitionMapping

    Summary description for DbMetadataDefinitionMapping.

    Inheritance
    System.Object
    DbMetadataDefinitionMapping
    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.Core.Common.DbEntities
    Assembly: ImageVault.Core.dll
    Syntax
    public class DbMetadataDefinitionMapping

    Constructors

    DbMetadataDefinitionMapping()

    Initializes a new instance of the DbMetadataDefinitionMapping class.

    Declaration
    public DbMetadataDefinitionMapping()

    Properties

    Priority

    Get/Sets the Priority of the DbMetadataDefinitionMapping

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

    SourceMetadataDefinitionId

    Get/Sets the SourceMetadataDefinitionId of the DbMetadataDefinitionMapping

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

    TargetMetadataDefinitionId

    Get/Sets the TargetMetadataDefinitionId of the DbMetadataDefinitionMapping

    Declaration
    public int TargetMetadataDefinitionId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022