Gets the discussion message default sorter.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual ISortExpression GetMessagesDefaultSorter(
	Nullable<Guid> topicId,
	Nullable<Guid> userId
)
Visual Basic
Public Overridable Function GetMessagesDefaultSorter ( 
	topicId As Nullable(Of Guid),
	userId As Nullable(Of Guid)
) As ISortExpression
Visual C++
public:
virtual ISortExpression^ GetMessagesDefaultSorter(
	Nullable<Guid> topicId, 
	Nullable<Guid> userId
)
F#
abstract GetMessagesDefaultSorter : 
        topicId : Nullable<Guid> * 
        userId : Nullable<Guid> -> ISortExpression 
override GetMessagesDefaultSorter : 
        topicId : Nullable<Guid> * 
        userId : Nullable<Guid> -> ISortExpression 

Parameters

topicId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
Topic id
userId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
User id

Return Value

Type: ISortExpression
Instance of sort expression

Implements

IDiscussionBLL..::..GetMessagesDefaultSorter(Nullable<(Of <<'(Guid>)>>), Nullable<(Of <<'(Guid>)>>))

See Also