EntityManagerIsChangeNotificationEnabled Method Breeze.sharp
Whether change notification events are enabled for a specific entity type.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public bool IsChangeNotificationEnabled(
	Type clrEntityType
)

Parameters

clrEntityType
Type: SystemType

Return Value

Type: Boolean
See Also

Reference