Constructor.

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

Syntax

C#
public RelatedContentDTO(
	Guid id,
	Guid parentId,
	int entityType
)
Visual Basic
Public Sub New ( 
	id As Guid,
	parentId As Guid,
	entityType As Integer
)
Visual C++
public:
RelatedContentDTO(
	Guid id, 
	Guid parentId, 
	int entityType
)
F#
new : 
        id : Guid * 
        parentId : Guid * 
        entityType : int -> RelatedContentDTO

Parameters

id
Type: System..::..Guid
Related item id
parentId
Type: System..::..Guid
Parent ID.
entityType
Type: System..::..Int32
Parent entity type.

See Also