Gets the subscriber default filter.

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

Syntax

C#
void GetSubscriberDefaultFilter(
	Type parentEntityType,
	Guid parentEntityId,
	Nullable<Guid> userId,
	string email,
	RelationPredicateBucket bucket
)
Visual Basic
Sub GetSubscriberDefaultFilter ( 
	parentEntityType As Type,
	parentEntityId As Guid,
	userId As Nullable(Of Guid),
	email As String,
	bucket As RelationPredicateBucket
)
Visual C++
void GetSubscriberDefaultFilter(
	Type^ parentEntityType, 
	Guid parentEntityId, 
	Nullable<Guid> userId, 
	String^ email, 
	RelationPredicateBucket^ bucket
)
F#
abstract GetSubscriberDefaultFilter : 
        parentEntityType : Type * 
        parentEntityId : Guid * 
        userId : Nullable<Guid> * 
        email : string * 
        bucket : RelationPredicateBucket -> unit 

Parameters

parentEntityType
Type: System..::..Type
Parent entity type
parentEntityId
Type: System..::..Guid
Parent entity Id
userId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
User Id
email
Type: System..::..String
Email
bucket
Type: RelationPredicateBucket
Filter

See Also