C# 클래스 NSoft.NFramework.Data.DataObjects.Northwind.CustomerOrderHistory

상속: DataObjectBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
CustomerOrderHistory ( ) : System
CustomerOrderHistory ( string productName, int totalQuantity ) : System
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

CustomerOrderHistory() 공개 메소드

public CustomerOrderHistory ( ) : System
리턴 System

CustomerOrderHistory() 공개 메소드

public CustomerOrderHistory ( string productName, int totalQuantity ) : System
productName string
totalQuantity int
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string