C# Class Acme.Northwind.EFDAL.Entity.CategoryPrimaryKey

Inheritance: nHydrate.EFCore.DataAccess.IPrimaryKey
Show file Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_categoryID int

Public Methods

Method Description
CategoryPrimaryKey ( int categoryID ) : System

The constructor for this object which takes the fields that comprise the primary key for the 'Category' table.

Equals ( object obj ) : bool

Returns a value indicating whether the current object is equal to a specified object.

GetHashCode ( ) : int

Serves as a hash function for this particular type.

Method Details

CategoryPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Category' table.
public CategoryPrimaryKey ( int categoryID ) : System
categoryID int
return System

Equals() public method

Returns a value indicating whether the current object is equal to a specified object.
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

Serves as a hash function for this particular type.
public GetHashCode ( ) : int
return int

Property Details

_categoryID protected property

A primary key field of the Category entity
protected int _categoryID
return int