The IEntityObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Attach |
Attaches the object to the specified context
| |
| Detach |
Removes the object from its current context
| |
| GetKey |
Returns the unique key part of the URI identifier for this entity
| |
| GetRelatedObject<(Of <<'(T>)>>) |
Invoked by the generated class to retrieve the value of a property whose
type is another entity
| |
| GetRelatedObjects<(Of <<'(T>)>>) |
Invoked by the generated class to retrieve the collection of related entities
for a specific property
| |
| ReportPropertyChanged |
Invoked by the generated class after the value of a scalar property has been modified
| |
| ReportPropertyChanging |
Invoked by generated class prior to changing the value of a scalar property
| |
| SetRelatedObject<(Of <<'(T>)>>) |
Invoked by the generated class to change the value of a property whose type
is another entity
| |
| SetRelatedObjects<(Of <<'(T>)>>) |
Sets the collection of related entities for a specific property
|
Properties
| Name | Description | |
|---|---|---|
| Context |
Returns the context that the item is currently attached to
| |
| IsAttached |
Returns true if the object is currently attached to a context
| |
| IsModified |
Returns true if the object has been locally modified
|