Create new poll item.

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

Syntax

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

Parameters

pollId
Type: System..::..Guid

Return Value

Type: PollAnswerEntity
New Poll Item

Implements

IPollBLL..::..CreateNewPollAnswer(Guid)

See Also