Business logic for social networking / notes, other wall-related functionality.

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

Syntax

C#
public class NoteBLL : BaseMonoXBLL, INoteBLL
Visual Basic
Public Class NoteBLL
	Inherits BaseMonoXBLL
	Implements INoteBLL
Visual C++
public ref class NoteBLL : public BaseMonoXBLL, 
	INoteBLL
F#
type NoteBLL =  
    class
        inherit BaseMonoXBLL
        interface INoteBLL
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.MonoX.BusinessLayer..::..BaseMonoXBLL
    MonoSoftware.MonoX.BusinessLayer..::..NoteBLL

See Also