MOVIES Class

Template MVC

MOVIES Class

Generated entity class by Entity Framework
Inheritance Hierarchy
SystemObject  BaseEntity
    Template.Repository.ContextMOVIES

Namespace:  Template.Repository.Context
Assembly:  Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MOVIES : BaseEntity

The MOVIES type exposes the following members.

Constructors
  NameDescription
Public methodMOVIES
Initializes a new instance of the MOVIES class
Top
Properties
  NameDescription
Public propertyDESCRIPTION
Generated primitive property by Entity Framework
Public propertyID
Generated primitive property by Entity Framework
Public propertyID_CATEGORY
Generated primitive property by Entity Framework
Public propertyIS_RENTED
Generated primitive property by Entity Framework
Public propertyMOVIE_CATEGORY
Generated navigation property by Entity Framework
Public propertyNAME
Generated primitive property by Entity Framework
Public propertyPRICE
Generated primitive property by Entity Framework
Top
See Also