Search Results for

    Show / Hide Table of Contents

    Class MediaVersion

    Inheritance
    System.Object
    MediaVersion
    Implements
    IItem<System.Int32>
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class MediaVersion : Object, IItem<int>

    Constructors

    MediaVersion()

    Default constructor

    Declaration
    public MediaVersion()

    MediaVersion(MediaVersion)

    Copy constructor

    Declaration
    public MediaVersion(MediaVersion mv)
    Parameters
    Type Name Description
    MediaVersion mv

    The item to make a copy of

    Properties

    Comment

    Gets or sets the comment.

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

    The comment.

    Created

    Gets or sets the created date.

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

    The created date.

    CreatedBy

    Defines the user that created the version

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

    Id

    Get/Sets the Id

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

    MediaItem

    Gets or sets the media item.

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

    The media item.

    MediaItemId

    Defines the id of the media item

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

    Name

    Defines the name of the Version

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

    Implements

    IItem<T>

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022