Search Results for

    Show / Hide Table of Contents

    Class MediaContent

    Defines the whole or a part of the whole content of a media item

    Inheritance
    System.Object
    MediaContentBase
    MediaContent
    ExternalMediaContent
    HttpMediaContent
    Implements
    System.IDisposable
    Inherited Members
    MediaContentBase.CopyFromMediaContentBase(MediaContentBase)
    MediaContentBase.ToString()
    MediaContentBase.Equals(MediaContentBase)
    MediaContentBase.Equals(Object)
    MediaContentBase.GetHashCode()
    MediaContentBase.MediaContentReferenceId
    MediaContentBase.VersionId
    MediaContentBase.Name
    MediaContentBase.MediaFormatId
    MediaContentBase.MediaStorageTypeId
    MediaContentBase.MediaStorageId
    MediaContentBase.MediaStorageValue
    MediaContentBase.MediaKeyAndName
    MediaContentBase.ContentType
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public abstract class MediaContent : MediaContentBase, IDisposable

    Constructors

    MediaContent()

    Initializes a new instance of the MediaContent class.

    Declaration
    protected MediaContent()

    MediaContent(MediaContentBase)

    Initializes a new instance of the MediaContent class.

    Declaration
    protected MediaContent(MediaContentBase reference)
    Parameters
    Type Name Description
    MediaContentBase reference

    Properties

    Disposed

    Is true if the MediaContent is disposed

    Declaration
    protected bool Disposed { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Releases the resources used by the MediaContent.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Set to true to release both managed and unmanaged resources; false to release only unmanaged resources.

    Implements

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