Turns on or off change notification events for a specific entity type.
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public void EnableChangeNotification(
Type clrEntityType,
bool enabled = true
)
Public Sub EnableChangeNotification (
clrEntityType As Type,
Optional enabled As Boolean = true
)
public:
void EnableChangeNotification(
Type^ clrEntityType,
bool enabled = true
)
member EnableChangeNotification :
clrEntityType : Type *
?enabled : bool
(* Defaults:
let _enabled = defaultArg enabled true
*)
-> unit
Parameters
- clrEntityType
- Type: SystemType
- enabled (Optional)
- Type: SystemBoolean
Reference