Repository for social networking / comment-related functionality.

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

Syntax

C#
public class CommentRepository : BaseMonoXRepository, 
	ICommentRepository
Visual Basic
Public Class CommentRepository
	Inherits BaseMonoXRepository
	Implements ICommentRepository
Visual C++
public ref class CommentRepository : public BaseMonoXRepository, 
	ICommentRepository
F#
type CommentRepository =  
    class
        inherit BaseMonoXRepository
        interface ICommentRepository
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.MonoX.Repositories..::..BaseMonoXRepository
    MonoSoftware.MonoX.Repositories..::..CommentRepository

See Also