C# 클래스 SIPSorcery.Entities.CustomerAccount

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

Private Properties

프로퍼티 타입 설명
OnAccountCodeChanged void
OnAccountCodeChanging void
OnAccountNameChanged void
OnAccountNameChanging void
OnAccountNumberChanged void
OnAccountNumberChanging void
OnCreditChanged void
OnCreditChanging void
OnIDChanged void
OnIDChanging void
OnInsertedChanged void
OnInsertedChanging void
OnOwnerChanged void
OnOwnerChanging void
OnPINChanged void
OnPINChanging void
OnRatePlanChanged void
OnRatePlanChanging void

공개 메소드들

메소드 설명
CreateCustomerAccount ( global id, global owner, global accountCode, global credit, global inserted, global accountName, global ratePlan ) : CustomerAccount

Create a new CustomerAccount object.

비공개 메소드들

메소드 설명
OnAccountCodeChanged ( ) : void
OnAccountCodeChanging ( global value ) : void
OnAccountNameChanged ( ) : void
OnAccountNameChanging ( global value ) : void
OnAccountNumberChanged ( ) : void
OnAccountNumberChanging ( global value ) : void
OnCreditChanged ( ) : void
OnCreditChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnInsertedChanged ( ) : void
OnInsertedChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnPINChanged ( ) : void
OnPINChanging ( Nullable value ) : void
OnRatePlanChanged ( ) : void
OnRatePlanChanging ( global value ) : void

메소드 상세

CreateCustomerAccount() 공개 정적인 메소드

Create a new CustomerAccount object.
public static CreateCustomerAccount ( global id, global owner, global accountCode, global credit, global inserted, global accountName, global ratePlan ) : CustomerAccount
id global Initial value of the ID property.
owner global Initial value of the Owner property.
accountCode global Initial value of the AccountCode property.
credit global Initial value of the Credit property.
inserted global Initial value of the Inserted property.
accountName global Initial value of the AccountName property.
ratePlan global Initial value of the RatePlan property.
리턴 CustomerAccount