C# Class SIPSorcery.Entities.SIPDialplanRoute

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

Private Properties

Property Type Description
OnDialPlanIDChanged void
OnDialPlanIDChanging void
OnIDChanged void
OnIDChanging void
OnOwnerChanged void
OnOwnerChanging void
OnRouteDescriptionChanged void
OnRouteDescriptionChanging void
OnRouteDestinationChanged void
OnRouteDestinationChanging void
OnRouteNameChanged void
OnRouteNameChanging void
OnRoutePatternChanged void
OnRoutePatternChanging void

Public Methods

Method Description
CreateSIPDialplanRoute ( global id, global owner, global routeDestination, global routeName, global routePattern, global dialPlanID ) : SIPDialplanRoute

Create a new SIPDialplanRoute object.

Private Methods

Method Description
OnDialPlanIDChanged ( ) : void
OnDialPlanIDChanging ( global value ) : void
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnOwnerChanged ( ) : void
OnOwnerChanging ( global value ) : void
OnRouteDescriptionChanged ( ) : void
OnRouteDescriptionChanging ( global value ) : void
OnRouteDestinationChanged ( ) : void
OnRouteDestinationChanging ( global value ) : void
OnRouteNameChanged ( ) : void
OnRouteNameChanging ( global value ) : void
OnRoutePatternChanged ( ) : void
OnRoutePatternChanging ( global value ) : void

Method Details

CreateSIPDialplanRoute() public static method

Create a new SIPDialplanRoute object.
public static CreateSIPDialplanRoute ( global id, global owner, global routeDestination, global routeName, global routePattern, global dialPlanID ) : SIPDialplanRoute
id global Initial value of the ID property.
owner global Initial value of the Owner property.
routeDestination global Initial value of the RouteDestination property.
routeName global Initial value of the RouteName property.
routePattern global Initial value of the RoutePattern property.
dialPlanID global Initial value of the DialPlanID property.
return SIPDialplanRoute