Search Results for

    Show / Hide Table of Contents

    Class MediaInformationGeneratorRequestBase

    Base class for MediaInformationGenerator requests

    Inheritance
    System.Object
    MediaInformationGeneratorRequestBase
    ConvertedMediaInformationRequest
    OriginalMediaInformationRequest
    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.Analysers
    Assembly: ImageVault.Core.dll
    Syntax
    public abstract class MediaInformationGeneratorRequestBase

    Constructors

    MediaInformationGeneratorRequestBase()

    Declaration
    protected MediaInformationGeneratorRequestBase()

    Properties

    CorePublishInfo

    Get/Sets the PublishInfo of the MediaInformationGeneratorRequestBase

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

    Will be set to the publish identifier if the request is for published media

    PublishInfo

    Get/Sets the PublishInfo of the MediaInformationGeneratorRequestBase

    Declaration
    [Obsolete("Use CorePublishInfo instead", true)]
    public PublishInfo PublishInfo { get; set; }
    Property Value
    Type Description
    PublishInfo

    Will be set to the publish identifier if the request is for published media

    Remarks

    Not used any more. Is replaced by CorePublishInfo. No backward compability is supported

    Reference

    Get/Sets the Reference of the MediaInformationGeneratorRequestBase

    Declaration
    public DbMediaContentReference Reference { get; set; }
    Property Value
    Type Description
    DbMediaContentReference

    The DbMediaContentReference whos MediaInformation should be updated.

    In This Article
    Back to top (c) Meriworks 2002-2022