C# 클래스 Storage.ORM.Product

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: aokolity/Storage 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCategoryIDChanged void
OnCategoryIDChanging void
OnCodeChanged void
OnCodeChanging void
OnIDChanged void
OnIDChanging void
OnNameChanged void
OnNameChanging void
OnRetailPriceChanged void
OnRetailPriceChanging void
OnShallowWholesalePriceChanged void
OnShallowWholesalePriceChanging void
OnUnitChanged void
OnUnitChanging void
OnUserIDChanged void
OnUserIDChanging void
OnWholesalePriceChanged void
OnWholesalePriceChanging void

공개 메소드들

메소드 설명
CreateProduct ( global id, global name, global unit, global wholesalePrice, global shallowWholesalePrice, global retailPrice, global code, global userID ) : Product

Create a new Product object.

비공개 메소드들

메소드 설명
OnCategoryIDChanged ( ) : void
OnCategoryIDChanging ( Nullable value ) : void
OnCodeChanged ( ) : void
OnCodeChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnRetailPriceChanged ( ) : void
OnRetailPriceChanging ( global value ) : void
OnShallowWholesalePriceChanged ( ) : void
OnShallowWholesalePriceChanging ( global value ) : void
OnUnitChanged ( ) : void
OnUnitChanging ( global value ) : void
OnUserIDChanged ( ) : void
OnUserIDChanging ( global value ) : void
OnWholesalePriceChanged ( ) : void
OnWholesalePriceChanging ( global value ) : void

메소드 상세

CreateProduct() 공개 정적인 메소드

Create a new Product object.
public static CreateProduct ( global id, global name, global unit, global wholesalePrice, global shallowWholesalePrice, global retailPrice, global code, global userID ) : Product
id global Initial value of the ID property.
name global Initial value of the Name property.
unit global Initial value of the Unit property.
wholesalePrice global Initial value of the WholesalePrice property.
shallowWholesalePrice global Initial value of the ShallowWholesalePrice property.
retailPrice global Initial value of the RetailPrice property.
code global Initial value of the Code property.
userID global Initial value of the UserID property.
리턴 Product