Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface IEventProvider

Last update: 16.07.2025

Namespace: 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(object, LinkPropertyType)

Properties

IsChildExternable

Gets a value indicating whether this instance's child is Externable.

bool IsChildExternable { get; }

Property Value

bool

IsExternable

Gets a value indicating whether this instance is Externable.

bool IsExternable { get; }

Property Value

bool

Methods

GetTargetListForUpdate()

Gets a updated objects.

List<ieventprovider> GetTargetListForUpdate()

Returns

ListIEventProvider&gt;

IsSerializable(Delegate)

Gets a value indicating whether this instance's event is serializable.

bool IsSerializable(Delegate del)

Parameters

del Delegate

The delegate.

Returns

bool

SkipUpdateObject()

Skip the object that updated.

bool SkipUpdateObject()

Returns

bool

Connect with Ansys