C# 클래스 PRTools.Data.CustomerType

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

Private Properties

프로퍼티 타입 설명
OnCustomerType1Changed void
OnCustomerType1Changing void
OnCustomerTypeKeyChanged void
OnCustomerTypeKeyChanging void

공개 메소드들

메소드 설명
CreateCustomerType ( global customerTypeKey, global customerType1 ) : CustomerType

Create a new CustomerType object.

비공개 메소드들

메소드 설명
OnCustomerType1Changed ( ) : void
OnCustomerType1Changing ( global value ) : void
OnCustomerTypeKeyChanged ( ) : void
OnCustomerTypeKeyChanging ( global value ) : void

메소드 상세

CreateCustomerType() 공개 정적인 메소드

Create a new CustomerType object.
public static CreateCustomerType ( global customerTypeKey, global customerType1 ) : CustomerType
customerTypeKey global Initial value of the CustomerTypeKey property.
customerType1 global Initial value of the CustomerType1 property.
리턴 CustomerType