C# Class SIPSorcery.Entities.CustomerAccount

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: sipsorcery/sipsorcery Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
CreateCustomerAccount ( global id, global owner, global accountCode, global credit, global inserted, global accountName, global ratePlan ) : CustomerAccount

Create a new CustomerAccount object.

Private Methods

Method Description
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

Method Details

CreateCustomerAccount() public static method

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.
return CustomerAccount