Class MediaVersion
Inheritance
System.Object
MediaVersion
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.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class MediaVersion : 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 |