Get Ad by Id.

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

Syntax

C#
public virtual AdEntity GetAd(
	Guid id,
	bool fullPrefetch
)
Visual Basic
Public Overridable Function GetAd ( 
	id As Guid,
	fullPrefetch As Boolean
) As AdEntity
Visual C++
public:
virtual AdEntity^ GetAd(
	Guid id, 
	bool fullPrefetch
)
F#
abstract GetAd : 
        id : Guid * 
        fullPrefetch : bool -> AdEntity 
override GetAd : 
        id : Guid * 
        fullPrefetch : bool -> AdEntity 

Parameters

id
Type: System..::..Guid
Id of the Ad
fullPrefetch
Type: System..::..Boolean
Full prefetch for the Ad entity

Return Value

Type: AdEntity
Ad entity

Implements

IAdBLL..::..GetAd(Guid, Boolean)

See Also