The RiaServicesExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberApplyChangedState(DomainContext, List<(Of <<'(EntityStateSet>)>>))
Applies previously extracted state to the specified context
Public methodStatic memberApplyChangedState(DomainContext, List<(Of <<'(EntityStateSet>)>>), Boolean)
Applies previously extracted state to the specified context
Public methodStatic memberApplyState(Entity, IDictionary<(Of <<'(String, Object>)>>), ExtractType)
Applies extracted state of data members to entity
Public methodStatic memberApplyState(Entity, IDictionary<(Of <<'(String, Object>)>>), IDictionary<(Of <<'(String, Object>)>>))
Applies extracted state of data members to entity
Public methodStatic memberApplyState<(Of <<'(T>)>>)(T, T)
Applies state of sourceEntity to current state of entity
Public methodStatic memberClone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), T)
Clones a single entity into an EntitySet.
Public methodStatic memberClone<(Of <<'(T>)>>)(T, T)
Does a direct clone of one entity to another. The resulting EntityState of the targetEntity is not guaranteed
Public methodStatic memberClone<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>), LoadBehavior)
Clones an IEnumerable of entities into an EntitySet.
Public methodStatic memberExport(Entity)
Exports the entity into an EntityStateSet
Public methodStatic memberExport<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Creates an IList of EntityStateSet based on a source IEnumerable of entities
Public methodStatic memberExtractChangedState
Extracts the changed state for all changed entities in the DomainContext
Public methodStatic memberExtractState
Extracts all DataMember properties of an Entity
Public methodStatic memberImport<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IList<(Of <<'(EntityStateSet>)>>))
Imports an a list of EntityStateSet objects into the target
Public methodStatic memberImport<(Of <<'(T>)>>)(EntitySet<(Of <<'(T>)>>), IList<(Of <<'(EntityStateSet>)>>), LoadBehavior)
Imports an a list of EntityStateSet objects into the target
Public methodStatic memberIsDuplicate<(Of <<'(T>)>>)
Returns true if the non Key and Timestamp properties of two entities are the same
Public methodStatic memberToEntities<(Of <<'(T>)>>)
Converts list of EntityStateSets into Detached entities.

See Also