The RiaServicesExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ApplyChangedState(DomainContext, List<(Of <<'(EntityStateSet>)>>)) |
Applies previously extracted state to the specified context
| |
| ApplyChangedState(DomainContext, List<(Of <<'(EntityStateSet>)>>), Boolean) |
Applies previously extracted state to the specified context
| |
| ApplyState(Entity, IDictionary<(Of <<'(String, Object>)>>), ExtractType) |
Applies extracted state of data members to entity
| |
| ApplyState(Entity, IDictionary<(Of <<'(String, Object>)>>), IDictionary<(Of <<'(String, Object>)>>)) |
Applies extracted state of data members to entity
| |
| ApplyState<(Of <<'(T>)>>)(T, T) |
Applies state of sourceEntity to current state of entity
| |
| Clone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), T) |
Clones a single entity into an EntitySet.
| |
| Clone<(Of <<'(T>)>>)(T, T) |
Does a direct clone of one entity to another.
The resulting EntityState of the targetEntity is not guaranteed
| |
| Clone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>), LoadBehavior) |
Clones an IEnumerable of entities into an EntitySet.
| |
| Export(Entity) |
Exports the entity into an EntityStateSet
| |
| Export<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Creates an IList of EntityStateSet based on a source IEnumerable of entities
| |
| ExtractChangedState |
Extracts the changed state for all changed entities in the DomainContext
| |
| ExtractState |
Extracts all DataMember properties of an Entity
| |
| Import<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IList<(Of <<'(EntityStateSet>)>>)) |
Imports an a list of EntityStateSet objects into the target
| |
| Import<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IList<(Of <<'(EntityStateSet>)>>), LoadBehavior) |
Imports an a list of EntityStateSet objects into the target
| |
| IsDuplicate<(Of <<'(T>)>>) |
Returns true if the non Key and Timestamp properties of two entities are the same
| |
| ToEntities<(Of <<'(T>)>>) |
Converts list of EntityStateSets into Detached entities.
|