C# 클래스 SIPSorcery.Entities.Rate

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

Private Properties

프로퍼티 타입 설명
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnIncrementSecondsChanged void
OnIncrementSecondsChanging void
OnInsertedChanged void
OnInsertedChanging void
OnOwnerChanged void
OnOwnerChanging void
OnPrefixChanged void
OnPrefixChanging void
OnRate1Changed void
OnRate1Changing void
OnRateCodeChanged void
OnRateCodeChanging void
OnRatePlanChanged void
OnRatePlanChanging void
OnSetupCostChanged void
OnSetupCostChanging void

공개 메소드들

메소드 설명
CreateRate ( global id, global owner, global description, global prefix, global rate1, global inserted, global setupCost, global incrementSeconds, global ratePlan ) : Rate

Create a new Rate object.

비공개 메소드들

메소드 설명
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnIncrementSecondsChanged ( ) : void
OnIncrementSecondsChanging ( global value ) : void
OnInsertedChanged ( ) : void
OnInsertedChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnPrefixChanged ( ) : void
OnPrefixChanging ( global value ) : void
OnRate1Changed ( ) : void
OnRate1Changing ( global value ) : void
OnRateCodeChanged ( ) : void
OnRateCodeChanging ( global value ) : void
OnRatePlanChanged ( ) : void
OnRatePlanChanging ( global value ) : void
OnSetupCostChanged ( ) : void
OnSetupCostChanging ( global value ) : void

메소드 상세

CreateRate() 공개 정적인 메소드

Create a new Rate object.
public static CreateRate ( global id, global owner, global description, global prefix, global rate1, global inserted, global setupCost, global incrementSeconds, global ratePlan ) : Rate
id global Initial value of the ID property.
owner global Initial value of the Owner property.
description global Initial value of the Description property.
prefix global Initial value of the Prefix property.
rate1 global Initial value of the Rate1 property.
inserted global Initial value of the Inserted property.
setupCost global Initial value of the SetupCost property.
incrementSeconds global Initial value of the IncrementSeconds property.
ratePlan global Initial value of the RatePlan property.
리턴 Rate