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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_customerTypeID string

공개 메소드들

메소드 설명
CustomerDemographicPrimaryKey ( string customerTypeID ) : System

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

메소드 상세

CustomerDemographicPrimaryKey() 공개 메소드

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

프로퍼티 상세

_customerTypeID 보호되어 있는 프로퍼티

A primary key field of the CustomerDemographic entity
protected string _customerTypeID
리턴 string