C# 클래스 SIPSorcery.Entities.SIPSorceryEntities

Keine Dokumentation für Metadaten verfügbar.
상속: ObjectContext
파일 보기 프로젝트 열기: sipsorcery/sipsorcery 1 사용 예제들

공개 메소드들

메소드 설명
AddToCDRs ( CDR cDR ) : void

Deprecated Method for adding a new object to the CDRs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCustomerAccounts ( CustomerAccount customerAccount ) : void

Deprecated Method for adding a new object to the CustomerAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCustomers ( Customer customer ) : void

Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToDialPlanData ( DialPlanDataEntry dialPlanDataEntry ) : void

Deprecated Method for adding a new object to the DialPlanData EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRTCCs1 ( RTCC rTCC ) : void

Deprecated Method for adding a new object to the RTCCs1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRates ( Rate rate ) : void

Deprecated Method for adding a new object to the Rates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPAccounts ( SIPAccount sIPAccount ) : void

Deprecated Method for adding a new object to the SIPAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDialPlans ( SIPDialPlan sIPDialPlan ) : void

Deprecated Method for adding a new object to the SIPDialPlans EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDialogues ( SIPDialogue sIPDialogue ) : void

Deprecated Method for adding a new object to the SIPDialogues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDialplanLookups ( SIPDialplanLookup sIPDialplanLookup ) : void

Deprecated Method for adding a new object to the SIPDialplanLookups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDialplanOptions ( SIPDialplanOption sIPDialplanOption ) : void

Deprecated Method for adding a new object to the SIPDialplanOptions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDialplanProviders ( SIPDialplanProvider sIPDialplanProvider ) : void

Deprecated Method for adding a new object to the SIPDialplanProviders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDialplanRoutes ( SIPDialplanRoute sIPDialplanRoute ) : void

Deprecated Method for adding a new object to the SIPDialplanRoutes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPDomains ( SIPDomain sIPDomain ) : void

Deprecated Method for adding a new object to the SIPDomains EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPProviderBindings ( SIPProviderBinding sIPProviderBinding ) : void

Deprecated Method for adding a new object to the SIPProviderBindings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPProviders ( SIPProvider sIPProvider ) : void

Deprecated Method for adding a new object to the SIPProviders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSIPRegistrarBindings ( SIPRegistrarBinding sIPRegistrarBinding ) : void

Deprecated Method for adding a new object to the SIPRegistrarBindings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSimpleWizardRules ( SimpleWizardRule simpleWizardRule ) : void

Deprecated Method for adding a new object to the SimpleWizardRules EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToWebCallbacks ( WebCallback webCallback ) : void

Deprecated Method for adding a new object to the WebCallbacks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

SIPSorceryEntities ( ) : System

Initializes a new SIPSorceryEntities object using the connection string found in the 'SIPSorceryEntities' section of the application configuration file.

SIPSorceryEntities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new SIPSorceryEntities object.

SIPSorceryEntities ( string connectionString ) : System

Initialize a new SIPSorceryEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToCDRs() 공개 메소드

Deprecated Method for adding a new object to the CDRs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCDRs ( CDR cDR ) : void
cDR CDR
리턴 void

AddToCustomerAccounts() 공개 메소드

Deprecated Method for adding a new object to the CustomerAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomerAccounts ( CustomerAccount customerAccount ) : void
customerAccount CustomerAccount
리턴 void

AddToCustomers() 공개 메소드

Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomers ( Customer customer ) : void
customer Customer
리턴 void

AddToDialPlanData() 공개 메소드

Deprecated Method for adding a new object to the DialPlanData EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDialPlanData ( DialPlanDataEntry dialPlanDataEntry ) : void
dialPlanDataEntry DialPlanDataEntry
리턴 void

AddToRTCCs1() 공개 메소드

Deprecated Method for adding a new object to the RTCCs1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRTCCs1 ( RTCC rTCC ) : void
rTCC RTCC
리턴 void

AddToRates() 공개 메소드

Deprecated Method for adding a new object to the Rates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRates ( Rate rate ) : void
rate Rate
리턴 void

AddToSIPAccounts() 공개 메소드

Deprecated Method for adding a new object to the SIPAccounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPAccounts ( SIPAccount sIPAccount ) : void
sIPAccount SIPAccount
리턴 void

AddToSIPDialPlans() 공개 메소드

Deprecated Method for adding a new object to the SIPDialPlans EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialPlans ( SIPDialPlan sIPDialPlan ) : void
sIPDialPlan SIPDialPlan
리턴 void

AddToSIPDialogues() 공개 메소드

Deprecated Method for adding a new object to the SIPDialogues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialogues ( SIPDialogue sIPDialogue ) : void
sIPDialogue SIPDialogue
리턴 void

AddToSIPDialplanLookups() 공개 메소드

Deprecated Method for adding a new object to the SIPDialplanLookups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanLookups ( SIPDialplanLookup sIPDialplanLookup ) : void
sIPDialplanLookup SIPDialplanLookup
리턴 void

AddToSIPDialplanOptions() 공개 메소드

Deprecated Method for adding a new object to the SIPDialplanOptions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanOptions ( SIPDialplanOption sIPDialplanOption ) : void
sIPDialplanOption SIPDialplanOption
리턴 void

AddToSIPDialplanProviders() 공개 메소드

Deprecated Method for adding a new object to the SIPDialplanProviders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanProviders ( SIPDialplanProvider sIPDialplanProvider ) : void
sIPDialplanProvider SIPDialplanProvider
리턴 void

AddToSIPDialplanRoutes() 공개 메소드

Deprecated Method for adding a new object to the SIPDialplanRoutes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDialplanRoutes ( SIPDialplanRoute sIPDialplanRoute ) : void
sIPDialplanRoute SIPDialplanRoute
리턴 void

AddToSIPDomains() 공개 메소드

Deprecated Method for adding a new object to the SIPDomains EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPDomains ( SIPDomain sIPDomain ) : void
sIPDomain SIPDomain
리턴 void

AddToSIPProviderBindings() 공개 메소드

Deprecated Method for adding a new object to the SIPProviderBindings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPProviderBindings ( SIPProviderBinding sIPProviderBinding ) : void
sIPProviderBinding SIPProviderBinding
리턴 void

AddToSIPProviders() 공개 메소드

Deprecated Method for adding a new object to the SIPProviders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPProviders ( SIPProvider sIPProvider ) : void
sIPProvider SIPProvider
리턴 void

AddToSIPRegistrarBindings() 공개 메소드

Deprecated Method for adding a new object to the SIPRegistrarBindings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSIPRegistrarBindings ( SIPRegistrarBinding sIPRegistrarBinding ) : void
sIPRegistrarBinding SIPRegistrarBinding
리턴 void

AddToSimpleWizardRules() 공개 메소드

Deprecated Method for adding a new object to the SimpleWizardRules EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSimpleWizardRules ( SimpleWizardRule simpleWizardRule ) : void
simpleWizardRule SimpleWizardRule
리턴 void

AddToWebCallbacks() 공개 메소드

Deprecated Method for adding a new object to the WebCallbacks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToWebCallbacks ( WebCallback webCallback ) : void
webCallback WebCallback
리턴 void

SIPSorceryEntities() 공개 메소드

Initializes a new SIPSorceryEntities object using the connection string found in the 'SIPSorceryEntities' section of the application configuration file.
public SIPSorceryEntities ( ) : System
리턴 System

SIPSorceryEntities() 공개 메소드

Initialize a new SIPSorceryEntities object.
public SIPSorceryEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
리턴 System

SIPSorceryEntities() 공개 메소드

Initialize a new SIPSorceryEntities object.
public SIPSorceryEntities ( string connectionString ) : System
connectionString string
리턴 System