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

Inheritance: nHydrate.EFCore.DataAccess.IPrimaryKey
Datei anzeigen Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_territoryID string

Public Methods

Method Description
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.

TerritoryPrimaryKey ( string territoryID ) : System

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

Method Details

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

TerritoryPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'Territory' table.
public TerritoryPrimaryKey ( string territoryID ) : System
territoryID string
return System

Property Details

_territoryID protected_oe property

A primary key field of the Territory entity
protected string _territoryID
return string