C# Class SIPSorcery.Entities.SIPSorceryEntities

Keine Dokumentation für Metadaten verfügbar.
Inheritance: ObjectContext
Mostra file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

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

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToCDRs() public method

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
return void

AddToCustomerAccounts() public method

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
return void

AddToCustomers() public method

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
return void

AddToDialPlanData() public method

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
return void

AddToRTCCs1() public method

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
return void

AddToRates() public method

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
return void

AddToSIPAccounts() public method

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
return void

AddToSIPDialPlans() public method

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
return void

AddToSIPDialogues() public method

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
return void

AddToSIPDialplanLookups() public method

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
return void

AddToSIPDialplanOptions() public method

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
return void

AddToSIPDialplanProviders() public method

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
return void

AddToSIPDialplanRoutes() public method

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
return void

AddToSIPDomains() public method

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
return void

AddToSIPProviderBindings() public method

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
return void

AddToSIPProviders() public method

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
return void

AddToSIPRegistrarBindings() public method

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
return void

AddToSimpleWizardRules() public method

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
return void

AddToWebCallbacks() public method

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
return void

SIPSorceryEntities() public method

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

SIPSorceryEntities() public method

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

SIPSorceryEntities() public method

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