Class Video
Inheritance
System.Object
Video
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:UM4RS.Item
Assembly:UM4RS.dll
Syntax
[Table("Video")]
public class Video : Item, IDisposable, IBaseEntity
Constructors
Video()
Declaration
Properties
Actors
Declaration
public virtual ICollection<string> Actors { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<T><System.String> |
|
Budget
Declaration
public decimal ? Budget { get; set; }
Property Value
| Type |
Description |
| System.Nullable<T><System.Decimal> |
|
Country
Declaration
public string Country { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Description
Declaration
[NonExportable]
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Directors
Declaration
public virtual ICollection<string> Directors { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<T><System.String> |
|
Duration
Declaration
[NonExportable]
public long Duration { get; set; }
Property Value
| Type |
Description |
| System.Int64 |
|
Genre
Declaration
public VideoGenres Genre { get; set; }
Property Value
Language
Declaration
public Language Language { get; set; }
Property Value
ListOfActors
Declaration
[NonExportable]
public string ListOfActors { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ListOfDirectors
Declaration
[NonExportable]
public string ListOfDirectors { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Publisher
Declaration
public string Publisher { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Quality
Declaration
[NonExportable]
public string Quality { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ReleaseDate
Declaration
[NonExportable]
public DateTime? ReleaseDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<T><System.DateTime> |
|
Title
Declaration
[NonExportable]
public string Title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Year
Declaration
public int Year { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Get(Int32)
Declaration
public static Video Get(int id)
Parameters
| Type |
Name |
Description |
| System.Int32 |
id |
|
Returns