Show / Hide Table of Contents

Class Video

Inheritance
System.Object
ModelEntity<TObject><Item>
Item
Video
Inherited Members
Item.Id
Item.Name
Item.PurchaseItemActionId
ModelEntity<TObject>.Get(Expression<Func<TObject, Boolean>>, Expression<Func<TObject, Object>>[])
ModelEntity<TObject>.GetAsync(Int32)
ModelEntity<TObject>.GetAll()
ModelEntity<TObject>.GetAllAsync()
ModelEntity<TObject>.Find(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAsync(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAll(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAllAsync(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.Save(TObject)
ModelEntity<TObject>.SaveAsync(TObject)
ModelEntity<TObject>.SavedAll(IEnumerable<TObject>)
ModelEntity<TObject>.SaveAllAsync(IEnumerable<TObject>)
ModelEntity<TObject>.Delete(TObject)
ModelEntity<TObject>.DeleteAsync(TObject)
ModelEntity<TObject>.Count()
ModelEntity<TObject>.CountAsync()
ModelEntity<TObject>.Save()
ModelEntity<TObject>.Dispose()
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
public Video()

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

Duration in Milisecond

Declaration
[NonExportable]
public long Duration { get; set; }
Property Value
Type Description
System.Int64

Genre

Declaration
public VideoGenres Genre { get; set; }
Property Value
Type Description
VideoGenres

Language

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

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
Type Description
Video
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX