C# Class SIPSorcery.Entities.RTCC

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Private Properties

Свойство Type Description
OnAccountCodeChanged void
OnAccountCodeChanging void
OnCDRIDChanged void
OnCDRIDChanging void
OnCostChanged void
OnCostChanging void
OnIDChanged void
OnIDChanging void
OnIncrementSecondsChanged void
OnIncrementSecondsChanging void
OnInsertedChanged void
OnInsertedChanging void
OnIsHangingUpChanged void
OnIsHangingUpChanging void
OnPostReconciliationBalanceChanged void
OnPostReconciliationBalanceChanging void
OnRateChanged void
OnRateChanging void
OnReconciliationResultChanged void
OnReconciliationResultChanging void
OnReservationErrorChanged void
OnReservationErrorChanging void
OnSecondsReservedChanged void
OnSecondsReservedChanging void
OnSetupCostChanged void
OnSetupCostChanging void

Méthodes publiques

Méthode Description
CreateRTCC ( global id, global cDRID, global isHangingUp, global setupCost, global incrementSeconds, global inserted ) : RTCC

Create a new RTCC object.

Private Methods

Méthode Description
OnAccountCodeChanged ( ) : void
OnAccountCodeChanging ( global value ) : void
OnCDRIDChanged ( ) : void
OnCDRIDChanging ( global value ) : void
OnCostChanged ( ) : void
OnCostChanging ( Nullable value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnIncrementSecondsChanged ( ) : void
OnIncrementSecondsChanging ( global value ) : void
OnInsertedChanged ( ) : void
OnInsertedChanging ( global value ) : void
OnIsHangingUpChanged ( ) : void
OnIsHangingUpChanging ( global value ) : void
OnPostReconciliationBalanceChanged ( ) : void
OnPostReconciliationBalanceChanging ( Nullable value ) : void
OnRateChanged ( ) : void
OnRateChanging ( Nullable value ) : void
OnReconciliationResultChanged ( ) : void
OnReconciliationResultChanging ( global value ) : void
OnReservationErrorChanged ( ) : void
OnReservationErrorChanging ( global value ) : void
OnSecondsReservedChanged ( ) : void
OnSecondsReservedChanging ( Nullable value ) : void
OnSetupCostChanged ( ) : void
OnSetupCostChanging ( global value ) : void

Method Details

CreateRTCC() public static méthode

Create a new RTCC object.
public static CreateRTCC ( global id, global cDRID, global isHangingUp, global setupCost, global incrementSeconds, global inserted ) : RTCC
id global Initial value of the ID property.
cDRID global Initial value of the CDRID property.
isHangingUp global Initial value of the IsHangingUp property.
setupCost global Initial value of the SetupCost property.
incrementSeconds global Initial value of the IncrementSeconds property.
inserted global Initial value of the Inserted property.
Résultat RTCC