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

Inheritance: nHydrate.EFCore.DataAccess.IPrimaryKey
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
_customerID string

Méthodes publiques

Méthode Description
CustomerPrimaryKey ( string customerID ) : System

The constructor for this object which takes the fields that comprise the primary key for the 'Customer' 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

CustomerPrimaryKey() public méthode

The constructor for this object which takes the fields that comprise the primary key for the 'Customer' table.
public CustomerPrimaryKey ( string customerID ) : System
customerID string
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

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

Property Details

_customerID protected_oe property

A primary key field of the Customer entity
protected string _customerID
Résultat string