Retrieves a poll entity with the specified poll ID.

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

Syntax

C#
public virtual PollEntity GetPoll(
	Guid pollId
)
Visual Basic
Public Overridable Function GetPoll ( 
	pollId As Guid
) As PollEntity
Visual C++
public:
virtual PollEntity^ GetPoll(
	Guid pollId
)
F#
abstract GetPoll : 
        pollId : Guid -> PollEntity 
override GetPoll : 
        pollId : Guid -> PollEntity 

Parameters

pollId
Type: System..::..Guid
Poll id

Return Value

Type: PollEntity
Poll entity

Implements

IPollBLL..::..GetPoll(Guid)

See Also