C# Класс Acme.Northwind.EFDAL.Entity.CustomerCustomerDemoPrimaryKey

Наследование: nHydrate.EFCore.DataAccess.IPrimaryKey
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_customerID string
_customerTypeID string

Открытые методы

Метод Описание
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.

Описание методов

CustomerCustomerDemoPrimaryKey() публичный Метод

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
Результат System

Equals() публичный Метод

Returns a value indicating whether the current object is equal to a specified object.
public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for this particular type.
public GetHashCode ( ) : int
Результат int

Описание свойств

_customerID защищенное свойство

A primary key field of the CustomerCustomerDemo entity
protected string _customerID
Результат string

_customerTypeID защищенное свойство

A primary key field of the CustomerCustomerDemo entity
protected string _customerTypeID
Результат string