IEntityServiceTRewire Method |
Rewires the specified entity.
Namespace: Dundas.BI.EntitiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool 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 Guid
- The ID of the entity to rewire.
- context RewiringContext
- The rewiring context.
Return Value
Boolean if the rewiring operation changed something; otherwise,
.
Exceptions
See Also