Search Results for

    Show / Hide Table of Contents

    Class DbMediaItemAgreement

    Connection table for DbMediaItem and DbAgreement

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

    Constructors

    DbMediaItemAgreement()

    Declaration
    public DbMediaItemAgreement()

    Properties

    Agreement

    The agreement

    Declaration
    public DbAgreement Agreement { get; set; }
    Property Value
    Type Description
    DbAgreement

    AgreementId

    AgreementId

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

    DateTimeAdded

    Date then agreement was added to media item

    Declaration
    public DateTime DateTimeAdded { get; set; }
    Property Value
    Type Description
    System.DateTime

    MediaItem

    The mediaitem

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

    MediaItemId

    MediaItemId

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