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

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

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

Свойство Тип Описание
_employeeID int
_territoryID string

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

Метод Описание
EmployeeTerritoriePrimaryKey ( int employeeID, string territoryID ) : System

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

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

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

The constructor for this object which takes the fields that comprise the primary key for the 'EmployeeTerritorie' table.
public EmployeeTerritoriePrimaryKey ( int employeeID, string territoryID ) : System
employeeID int
territoryID 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

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

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

A primary key field of the EmployeeTerritorie entity
protected int _employeeID
Результат int

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

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