C# 클래스 Acme.Northwind.EFDAL.Entity.TerritoryPrimaryKey

상속: nHydrate.EFCore.DataAccess.IPrimaryKey
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 프로퍼티들

프로퍼티 타입 설명
_territoryID string

공개 메소드들

메소드 설명
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.

메소드 상세

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

TerritoryPrimaryKey() 공개 메소드

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
리턴 System

프로퍼티 상세

_territoryID 보호되어 있는 프로퍼티

A primary key field of the Territory entity
protected string _territoryID
리턴 string