Search Results for

    Show / Hide Table of Contents

    Class DbCollectionMedia

    Keeps track of the mapping between collections and mediaitems

    Inheritance
    System.Object
    DbCollectionMedia
    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 DbCollectionMedia

    Constructors

    DbCollectionMedia()

    Declaration
    public DbCollectionMedia()

    Properties

    Collection

    The collection

    Declaration
    public DbCollection Collection { get; set; }
    Property Value
    Type Description
    DbCollection

    CollectionId

    The id of the collection

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

    MediaItem

    The mediaitem

    Declaration
    public DbMediaItem MediaItem { get; set; }
    Property Value
    Type Description
    DbMediaItem

    MediaItemId

    The id of the media item

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