C# 클래스 SIPSorcery.Entities.SIPDialplanRoute

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CreateSIPDialplanRoute ( global id, global owner, global routeDestination, global routeName, global routePattern, global dialPlanID ) : SIPDialplanRoute

Create a new SIPDialplanRoute object.

비공개 메소드들

메소드 설명
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

메소드 상세

CreateSIPDialplanRoute() 공개 정적인 메소드

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.
리턴 SIPDialplanRoute