IEntityService<T>.Rewire Method |
Rewires the specified entity.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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
- Type: System.Guid
The ID of the entity to rewire. - context
- Type: Dundas.BI.Entities.RewiringContext
The rewiring context.
Return Value
Type:
Booleantrue if the rewiring operation changed something; otherwise,
false.
Exceptions
See Also