EditableRepository Methods |
The EditableRepository type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConsumeObjects |
Consumes and returns the objects found in the specified buffer.
(Inherited from Repository.) |
![]() | CreateDataAccessQuery |
Creates a new data access query for the repository, with the specified filter
(Inherited from DataAccessRepository.) |
![]() | CreateQueryT |
Returns IQueryable that can be used in LINQ expressions which query the repository
(Inherited from DataAccessRepository.) |
![]() | EnsureFullyLoaded |
Ensures that the specified objects are fully loaded.
(Inherited from Repository.) |
![]() | EnumerateObjects |
Enumerates and returns the objects found in the specified buffer.
(Inherited from DataAccessRepository.) |
![]() | ExecuteBusinessRules |
Validates the specified object for the specified business event.
|
![]() | GetAggregateRootRepository |
Gets the aggregate root repository.
If AggregateParentRepository is null the aggregate root is this repository.
(Inherited from Repository.) |
![]() | GetObjectByRow |
Finds or creates an object, referencing the specified buffer row.
(Inherited from DataAccessRepository.) |
![]() | GetObjectsByRows |
Finds or creates objects, referencing the specified buffer row.
(Inherited from DataAccessRepository.) |
![]() | GetParentReference |
Gets the parent ownership reference.
(Inherited from Repository.) |
![]() | GetReferenceTObject, TResult |
Gets the backing reference of the member, specified in the expression. The expression should be in the format 's => s.Member'.
(Inherited from Repository.) |
![]() | InstantiateNewObject |
Creates a new domain object of the type, managed by the repository.
|
![]() | IsAggregateRoot |
Returns true if this repository is aggregate root.
(Inherited from Repository.) |
![]() | ReadToBuffer |
Executes the query and returns the result in a buffer
(Inherited from DataAccessRepository.) |
![]() | RefreshAttributes |
Refreshes the attributes collection.
(Inherited from Repository.) |
![]() | RegisterRule |
Registers a constraint for the specified validation events.
|
![]() | RegisterRuleForTBusinessEvent |
Registers the rule for all events of the specified event type.
|
![]() | RegisterRuleForAttributeChanged(String, IBusinessRule) |
Registers a rule for the AttributeChangedBusinessEvent event.
|
![]() | RegisterRuleForAttributeChanged(IDataAttribute, IBusinessRule) |
Registers a rule for the AttributeChangedBusinessEvent event.
|
![]() | RegisterRuleForAttributeChanging |
Registers a rule for the AttributeChangingBusinessEvent event.
|
![]() | RegisterRuleForCommit |
Registers a constraint for the Commit validation event. For more information, ValidationEvent.
|
![]() | RegisterRuleForObjectReferenceChanged |
Registers a rule for the ObjectReferenceChangedBusinessEvent event.
|
Name | Description | |
---|---|---|
![]() | GetExpressionDependencies |
Gets the data attributes and references (from the repository) on which the expression depends.
(Defined by RepositoryExtensions.) |