Bundle |
The BundlePersistenceService type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Performs a fast count | |
| Delete(Guid, TransactionMode, IPrincipal) | Delete the specified identified data | |
| Delete(DataContext, Guid, DeleteMode, Boolean) | Do an obsolete of the model | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Exists | True if the object exists in the database | |
| Get(DataContext, Guid) | Perform a get on the context | |
| Get(Guid, NullableGuid, IPrincipal) | Get the object with identifier key. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Insert(DataContext, Bundle) | Insert the specified object into the database | |
| Insert(DataContext, IdentifiedData) | Insert the specified object into the database | |
| Insert(Bundle, TransactionMode, IPrincipal) | Insert the specified data. | |
| Query(DataContext, ExpressionFuncBundle, Boolean) | Query for filter on context | |
| Query(ExpressionFuncBundle, Boolean, IPrincipal) | Query for TData whose current version matches query | |
| Query(ExpressionFuncBundle, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortBundle) | Query the specified data | |
| QueryTExpression(ExpressionFuncTExpression, Boolean, IPrincipal) | ||
| ReorganizeForInsert | Re-organize a bundle's contents for insert | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Touch | Touch the specified object (creates a new version or updates the modified time) | |
| Update(DataContext, Bundle) | Update the specified object in the database context | |
| Update(DataContext, IdentifiedData) | Update the specified object in the database context | |
| Update(Bundle, TransactionMode, IPrincipal) | Update the specified data |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |