Open this page in the API Guide

IViewService.Get Method (Guid)

Gets an entity by its ID.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
View Get(
	Guid id
)

Parameters

id
Type: System.Guid
The ID of the entity to get.

Return Value

Type: View
The entity with the specified ID.

Implements

IEntityService<T>.Get(Guid)
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
ArgumentOutOfRangeExceptionrevision is less than -1.
NotFoundExceptionThe entity with the specified ID does not exist or is currently recycled.
FeatureNotEnabledExceptionA required feature of the application is not enabled.
NoPrivilegeExceptionCaller does not have the Read privilege on the specified entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also