C# 클래스 SIPSorcery.AJAX.SIPDialplanOption

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

Private Properties

프로퍼티 타입 설명
OnAllowedCountryCodesChanged void
OnAllowedCountryCodesChanging void
OnAreaCodeChanged void
OnAreaCodeChanging void
OnCountryCodeChanged void
OnCountryCodeChanging void
OnDialPlanIDChanged void
OnDialPlanIDChanging void
OnENUMServersChanged void
OnENUMServersChanging void
OnEnableSafeguardsChanged void
OnEnableSafeguardsChanging void
OnExcludedPrefixesChanged void
OnExcludedPrefixesChanging void
OnIDChanged void
OnIDChanging void
OnOwnerChanged void
OnOwnerChanging void
OnTimezoneChanged void
OnTimezoneChanging void
OnWhitepagesKeyChanged void
OnWhitepagesKeyChanging void

공개 메소드들

메소드 설명
CreateSIPDialplanOption ( global id, global owner, global enableSafeguards, global dialPlanID ) : SIPDialplanOption

Create a new SIPDialplanOption object.

비공개 메소드들

메소드 설명
OnAllowedCountryCodesChanged ( ) : void
OnAllowedCountryCodesChanging ( global value ) : void
OnAreaCodeChanged ( ) : void
OnAreaCodeChanging ( Nullable value ) : void
OnCountryCodeChanged ( ) : void
OnCountryCodeChanging ( Nullable value ) : void
OnDialPlanIDChanged ( ) : void
OnDialPlanIDChanging ( global value ) : void
OnENUMServersChanged ( ) : void
OnENUMServersChanging ( global value ) : void
OnEnableSafeguardsChanged ( ) : void
OnEnableSafeguardsChanging ( global value ) : void
OnExcludedPrefixesChanged ( ) : void
OnExcludedPrefixesChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnTimezoneChanged ( ) : void
OnTimezoneChanging ( global value ) : void
OnWhitepagesKeyChanged ( ) : void
OnWhitepagesKeyChanging ( global value ) : void

메소드 상세

CreateSIPDialplanOption() 공개 정적인 메소드

Create a new SIPDialplanOption object.
public static CreateSIPDialplanOption ( global id, global owner, global enableSafeguards, global dialPlanID ) : SIPDialplanOption
id global Initial value of the ID property.
owner global Initial value of the Owner property.
enableSafeguards global Initial value of the EnableSafeguards property.
dialPlanID global Initial value of the DialPlanID property.
리턴 SIPDialplanOption