IEntityServiceTRewire Method |
Rewires the specified entity.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool Rewire(
Guid entityId,
RewiringContext context
)
Function Rewire (
entityId As Guid,
context As RewiringContext
) As Boolean
bool Rewire(
Guid entityId,
RewiringContext^ context
)
abstract Rewire :
entityId : Guid *
context : RewiringContext -> bool
Parameters
- entityId
- Type: SystemGuid
The ID of the entity to rewire. - context
- Type: Dundas.BI.EntitiesRewiringContext
The rewiring context.
Return Value
Type:
Boolean if the rewiring operation changed something; otherwise,
.
Exceptions See Also