C# 클래스 SIPSorcery.AJAX.SIPSorceryEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

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

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.

AddToDialPlanDatas1 ( DialPlanData dialPlanData ) : void

Deprecated Method for adding a new object to the DialPlanDatas1 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.

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

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

AddToDialPlanDatas1() 공개 메소드

Deprecated Method for adding a new object to the DialPlanDatas1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDialPlanDatas1 ( DialPlanData dialPlanData ) : void
dialPlanData DialPlanData
리턴 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

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