AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

BusinessObjectHelper..::..GetDraftObjectsByMasterId<(Of <(<'T>)>)> Method

Returns the specified draft business objects from the masterId passed.

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<T> GetDraftObjectsByMasterId<T>(
	Guid masterId
)
where T : BusinessObject<T>

Type Parameters

T
A valid object inherited from BusinessObject

Parameters

masterId
Type: Guid
Unique identifier of the BusinessObject

Return Value

The filled business object