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

Inheritance: nHydrate.EFCore.DataAccess.IPrimaryKey
显示文件 Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_customerID string
_customerTypeID string

Public Methods

Method Description
CustomerCustomerDemoPrimaryKey ( string customerID, string customerTypeID ) : System

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

CustomerCustomerDemoPrimaryKey() public method

The constructor for this object which takes the fields that comprise the primary key for the 'CustomerCustomerDemo' table.
public CustomerCustomerDemoPrimaryKey ( string customerID, string customerTypeID ) : System
customerID string
customerTypeID string
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

_customerID protected_oe property

A primary key field of the CustomerCustomerDemo entity
protected string _customerID
return string

_customerTypeID protected_oe property

A primary key field of the CustomerCustomerDemo entity
protected string _customerTypeID
return string