Interface IEventProvider
Last update: 16.07.2025Namespace: VM.Models.Pre
Assembly: VM.Models.Pre.dll
This interface is to represent the owner object in the object relationship.
public interface IEventProvider
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
IsChildExternable
Gets a value indicating whether this instance's child is Externable.
bool IsChildExternable { get; }
Property Value
IsExternable
Gets a value indicating whether this instance is Externable.
bool IsExternable { get; }
Property Value
Methods
GetTargetListForUpdate()
Gets a updated objects.
List<ieventprovider> GetTargetListForUpdate()
Returns
IsSerializable(Delegate)
Gets a value indicating whether this instance's event is serializable.
bool IsSerializable(Delegate del)
Parameters
del Delegate
The delegate.
Returns
SkipUpdateObject()
Skip the object that updated.
bool SkipUpdateObject()