Returns note with autor details.

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

Syntax

C#
public virtual SnNoteEntity GetNoteAuthorDetails(
	Guid id
)
Visual Basic
Public Overridable Function GetNoteAuthorDetails ( 
	id As Guid
) As SnNoteEntity
Visual C++
public:
virtual SnNoteEntity^ GetNoteAuthorDetails(
	Guid id
)
F#
abstract GetNoteAuthorDetails : 
        id : Guid -> SnNoteEntity 
override GetNoteAuthorDetails : 
        id : Guid -> SnNoteEntity 

Parameters

id
Type: System..::..Guid
Note id.

Return Value

Type: SnNoteEntity
Note entity.

Implements

INoteBLL..::..GetNoteAuthorDetails(Guid)

See Also