Constructor.

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

Syntax

C#
public DiscussionSubscribeArgs(
	Type parentEntityType,
	Guid parentEntityId,
	SnDiscussionTopicEntity topic
)
Visual Basic
Public Sub New ( 
	parentEntityType As Type,
	parentEntityId As Guid,
	topic As SnDiscussionTopicEntity
)
Visual C++
public:
DiscussionSubscribeArgs(
	Type^ parentEntityType, 
	Guid parentEntityId, 
	SnDiscussionTopicEntity^ topic
)
F#
new : 
        parentEntityType : Type * 
        parentEntityId : Guid * 
        topic : SnDiscussionTopicEntity -> DiscussionSubscribeArgs

Parameters

parentEntityType
Type: System..::..Type
Parent entity type
parentEntityId
Type: System..::..Guid
Parent entity Id
topic
Type: SnDiscussionTopicEntity
Topic

See Also