C# 클래스 SIPSorcery.Entities.RTCC

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CreateRTCC ( global id, global cDRID, global isHangingUp, global setupCost, global incrementSeconds, global inserted ) : RTCC

Create a new RTCC object.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateRTCC() 공개 정적인 메소드

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.
리턴 RTCC