Search Results for

    Show / Hide Table of Contents

    Class DbMediaFormat

    Defines the storage of the Mediaformat

    Inheritance
    System.Object
    DbMediaFormat
    Implements
    IItem<System.Int32>
    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 DbMediaFormat

    Constructors

    DbMediaFormat()

    Initializes a new instance of the DbMediaFormat class.

    Declaration
    public DbMediaFormat()

    DbMediaFormat(DbMediaFormat)

    Initializes a new instance of the DbMediaFormat class.

    Declaration
    public DbMediaFormat(DbMediaFormat format)
    Parameters
    Type Name Description
    DbMediaFormat format

    Properties

    AutoConvert

    If the media format should automatically converted

    Declaration
    public bool AutoConvert { get; set; }
    Property Value
    Type Description
    System.Boolean

    Data

    Get/Sets the Data of the DbMediaFormat

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    System.String

    Deleted

    If the media format is deleted

    Declaration
    public bool Deleted { get; set; }
    Property Value
    Type Description
    System.Boolean

    Hash

    Get/Sets the Hash of the DbMediaFormat

    Declaration
    public string Hash { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Get/Sets the Id of the DbMediaFormat

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

    Index

    If the media format should be included when indexing assets

    Declaration
    public bool Index { get; set; }
    Property Value
    Type Description
    System.Boolean

    LastModified

    LastModified date

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

    Name

    Get/Sets the Name of the DbMediaFormat

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    SystemFormat

    Get/Sets the SystemFormat of the DbMediaFormat

    Declaration
    public bool SystemFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    TypeId

    Get/Sets the TypeId of the DbMediaFormat

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

    Implements

    IItem<T>
    In This Article
    Back to top (c) Meriworks 2002-2022