C# 클래스 KIS.Structure

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

Private Properties

프로퍼티 타입 설명
OnIDChanged void
OnIDChanging void
OnItemChanged void
OnItemChanging void
OnItemsNumberChanged void
OnItemsNumberChanging void
OnProductChanged void
OnProductChanging void

공개 메소드들

메소드 설명
CreateStructure ( global id, global item, global product, global itemsNumber ) : Structure

Create a new Structure object.

비공개 메소드들

메소드 설명
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnItemChanged ( ) : void
OnItemChanging ( global value ) : void
OnItemsNumberChanged ( ) : void
OnItemsNumberChanging ( global value ) : void
OnProductChanged ( ) : void
OnProductChanging ( global value ) : void

메소드 상세

CreateStructure() 공개 정적인 메소드

Create a new Structure object.
public static CreateStructure ( global id, global item, global product, global itemsNumber ) : Structure
id global Initial value of the ID property.
item global Initial value of the Item property.
product global Initial value of the Product property.
itemsNumber global Initial value of the ItemsNumber property.
리턴 Structure