Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectReverseOrder<(Of <(<'TEntity>)>)>

ReverseOrder<(Of <(<'TEntity>)>)>
Reppresent a reversed order criterion.
Inheritance Hierarchy
Object
VisitableBase
 OrderCriterion<(Of <(<'TEntity>)>)>
  ReverseOrder<(Of <(<'TEntity>)>)>

Assembly: Epic.Query.Object

Declaration Syntax
C#
[SerializableAttribute]
public sealed class ReverseOrder<TEntity> : OrderCriterion<TEntity>
where TEntity : class
Generic Template Parameters
TEntity
Type of the entity of interest.
Members
All MembersMethodsProperties   



MemberDescription
Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext)
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).)
Chain(OrderCriterion<(Of <<'(TEntity>)>>))
Chain the specified criterion after the current one.
(Overrides OrderCriterion<(Of <(<'TEntity>)>)>.Chain(OrderCriterion<(Of <<'(TEntity>)>>)).)
Compare(TEntity, TEntity)
Compare the specified entities.
(Overrides OrderCriterion<(Of <(<'TEntity>)>)>.Compare(TEntity, TEntity).)
EqualsA(OrderCriterion<(Of <<'(TEntity>)>>))
Determines whether the specified OrderCriterion<(Of <(<'TEntity>)>)> is equal to the current ReverseOrder<(Of <(<'TEntity>)>)>, given that EqualsA(OrderCriterion<(Of <<'(TEntity>)>>)) grant that it is not nullNothingnullptr, this and that it has the same type of the current instance.
(Overrides OrderCriterion<(Of <(<'TEntity>)>)>.EqualsA(OrderCriterion<(Of <<'(TEntity>)>>)).)
For<(Of <<'(TSpecializedEntity>)>>)()()()()
Returns the current criterion wrapped to handle any TSpecializedEntity.
(Overrides OrderCriterion<(Of <(<'TEntity>)>)>.For<(Of <<'(TSpecializedEntity>)>>)()()()().)
GetObjectData(SerializationInfo, StreamingContext)
Gets the object data to serialize.
(Overrides OrderCriterion<(Of <(<'TEntity>)>)>.GetObjectData(SerializationInfo, StreamingContext).)
Reverse()()()()
Reverse the current criterion.
(Overrides OrderCriterion<(Of <(<'TEntity>)>)>.Reverse()()()().)
Reversed
The OrderCriterion<(Of <(<'TEntity>)>)> that has been reversed.
blog comments powered by Disqus