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

Parameters

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

See Also