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
)
Visual Basic
Public Sub New ( 
	parentEntityType As Type,
	parentEntityId As Guid
)
Visual C++
public:
DiscussionSubscribeArgs(
	Type^ parentEntityType, 
	Guid parentEntityId
)
F#
new : 
        parentEntityType : Type * 
        parentEntityId : Guid -> DiscussionSubscribeArgs

Parameters

parentEntityType
Type: System..::..Type
Parent entity type
parentEntityId
Type: System..::..Guid
Parent entity Id

See Also