C# Класс SIPSorcery.AJAX.SIPDialplanOption

Наследование: System.Data.Objects.DataClasses.EntityObject
Показать файл Открыть проект Примеры использования класса

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