Data transfer object for the related content.

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

Syntax

C#
[SerializableAttribute]
public class RelatedContentDTO : IRelatedContentDTO
Visual Basic
<SerializableAttribute>
Public Class RelatedContentDTO
	Implements IRelatedContentDTO
Visual C++
[SerializableAttribute]
public ref class RelatedContentDTO : IRelatedContentDTO
F#
[<SerializableAttribute>]
type RelatedContentDTO =  
    class
        interface IRelatedContentDTO
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.MonoX.BusinessLayer..::..RelatedContentDTO

See Also