C# Class PRTools.Data.PRToolsEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: AcklenAvenue/PRTools Class Usage Examples

Public Methods

Method Description
AddToAccounts ( Account account ) : void

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

AddToActions ( Action action ) : void

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

AddToAddressTypes ( AddressType addressType ) : void

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

AddToAddresses ( Address address ) : void

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

AddToContacts ( Contact contact ) : void

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

AddToCustomLocalizationFieldValues ( CustomLocalizationFieldValue customLocalizationFieldValue ) : void

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

AddToCustomLocalizationFields ( CustomLocalizationField customLocalizationField ) : void

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

AddToCustomerDocumentURLs ( CustomerDocumentURL customerDocumentURL ) : void

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

AddToCustomerTypes ( CustomerType customerType ) : void

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

AddToDocuments ( Document document ) : void

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

AddToLogs ( Log log ) : void

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

AddToRoles ( Role role ) : void

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

AddToRolesActions ( RolesAction rolesAction ) : void

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

PRToolsEntities ( ) : System

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

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

Initialize a new PRToolsEntities object.

PRToolsEntities ( string connectionString ) : System

Initialize a new PRToolsEntities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToAccounts() public method

Deprecated Method for adding a new object to the Accounts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAccounts ( Account account ) : void
account Account
return void

AddToActions() public method

Deprecated Method for adding a new object to the Actions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToActions ( Action action ) : void
action Action
return void

AddToAddressTypes() public method

Deprecated Method for adding a new object to the AddressTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAddressTypes ( AddressType addressType ) : void
addressType AddressType
return void

AddToAddresses() public method

Deprecated Method for adding a new object to the Addresses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAddresses ( Address address ) : void
address Address
return void

AddToContacts() public method

Deprecated Method for adding a new object to the Contacts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToContacts ( Contact contact ) : void
contact Contact
return void

AddToCustomLocalizationFieldValues() public method

Deprecated Method for adding a new object to the CustomLocalizationFieldValues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomLocalizationFieldValues ( CustomLocalizationFieldValue customLocalizationFieldValue ) : void
customLocalizationFieldValue CustomLocalizationFieldValue
return void

AddToCustomLocalizationFields() public method

Deprecated Method for adding a new object to the CustomLocalizationFields EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomLocalizationFields ( CustomLocalizationField customLocalizationField ) : void
customLocalizationField CustomLocalizationField
return void

AddToCustomerDocumentURLs() public method

Deprecated Method for adding a new object to the CustomerDocumentURLs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomerDocumentURLs ( CustomerDocumentURL customerDocumentURL ) : void
customerDocumentURL CustomerDocumentURL
return void

AddToCustomerTypes() public method

Deprecated Method for adding a new object to the CustomerTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomerTypes ( CustomerType customerType ) : void
customerType CustomerType
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

AddToDocuments() public method

Deprecated Method for adding a new object to the Documents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDocuments ( Document document ) : void
document Document
return void

AddToLogs() public method

Deprecated Method for adding a new object to the Logs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLogs ( Log log ) : void
log Log
return void

AddToRoles() public method

Deprecated Method for adding a new object to the Roles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRoles ( Role role ) : void
role Role
return void

AddToRolesActions() public method

Deprecated Method for adding a new object to the RolesActions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRolesActions ( RolesAction rolesAction ) : void
rolesAction RolesAction
return void

PRToolsEntities() public method

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

PRToolsEntities() public method

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

PRToolsEntities() public method

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