C# Class SIPSorcery.AJAX.SIPDialplanOption

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Private Properties

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

Public Methods

Method Description
CreateSIPDialplanOption ( global id, global owner, global enableSafeguards, global dialPlanID ) : SIPDialplanOption

Create a new SIPDialplanOption object.

Private Methods

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

Method Details

CreateSIPDialplanOption() public static method

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