The IEntityObject type exposes the following members.

Methods

  NameDescription
Public methodAttach
Attaches the object to the specified context
Public methodDetach
Removes the object from its current context
Public methodGetKey
Returns the unique key part of the URI identifier for this entity
Public methodGetRelatedObject<(Of <<'(T>)>>)
Invoked by the generated class to retrieve the value of a property whose type is another entity
Public methodGetRelatedObjects<(Of <<'(T>)>>)
Invoked by the generated class to retrieve the collection of related entities for a specific property
Public methodReportPropertyChanged
Invoked by the generated class after the value of a scalar property has been modified
Public methodReportPropertyChanging
Invoked by generated class prior to changing the value of a scalar property
Public methodSetRelatedObject<(Of <<'(T>)>>)
Invoked by the generated class to change the value of a property whose type is another entity
Public methodSetRelatedObjects<(Of <<'(T>)>>)
Sets the collection of related entities for a specific property

Properties

  NameDescription
Public propertyContext
Returns the context that the item is currently attached to
Public propertyIsAttached
Returns true if the object is currently attached to a context
Public propertyIsModified
Returns true if the object has been locally modified

See Also