Gets the subscriber 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 GetSubscriberDefaultFilter(
	Type parentEntityType,
	Guid parentEntityId,
	Nullable<Guid> userId,
	string email,
	RelationPredicateBucket bucket
)
Visual Basic
Public Overridable Sub GetSubscriberDefaultFilter ( 
	parentEntityType As Type,
	parentEntityId As Guid,
	userId As Nullable(Of Guid),
	email As String,
	bucket As RelationPredicateBucket
)
Visual C++
public:
virtual 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 
override 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

Implements

ISubscribeEngineBLL..::..GetSubscriberDefaultFilter(Type, Guid, Nullable<(Of <<'(Guid>)>>), String, RelationPredicateBucket)

See Also