Constructor.

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

Syntax

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

Parameters

parentEntityType
Type: System..::..Type
Parent entity type
parentEntityId
Type: System..::..Guid
Parent entity Id
comment
Type: SnCommentEntity
Comment

See Also