Gets the discussion messages default filter.

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

Syntax

C#
public virtual void GetMessagesDefaultFilter(
	Nullable<Guid> topicId,
	Nullable<Guid> userId,
	RelationPredicateBucket filter
)
Visual Basic
Public Overridable Sub GetMessagesDefaultFilter ( 
	topicId As Nullable(Of Guid),
	userId As Nullable(Of Guid),
	filter As RelationPredicateBucket
)
Visual C++
public:
virtual void GetMessagesDefaultFilter(
	Nullable<Guid> topicId, 
	Nullable<Guid> userId, 
	RelationPredicateBucket^ filter
)
F#
abstract GetMessagesDefaultFilter : 
        topicId : Nullable<Guid> * 
        userId : Nullable<Guid> * 
        filter : RelationPredicateBucket -> unit 
override GetMessagesDefaultFilter : 
        topicId : Nullable<Guid> * 
        userId : Nullable<Guid> * 
        filter : RelationPredicateBucket -> unit 

Parameters

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

Implements

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

See Also