The Entity type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Entity | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddRelatedEntity |
Adds an entity to the related entities collection of this Entity.
| |
| CheckAccess | (Inherited from DispatcherObject.) | |
| ClearValue | Overloaded. | |
| CoerceValue | (Inherited from DependencyObject.) | |
| Dispose |
Releases all resources used by the Entity.
| |
| Equals | (Inherited from DependencyObject.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from DependencyObject.) | |
| GetLocalValueEnumerator | (Inherited from DependencyObject.) | |
| GetType | (Inherited from Object.) | |
| GetValue | (Inherited from DependencyObject.) | |
| InvalidateProperty | (Inherited from DependencyObject.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnDisposing |
Called when the Entity is disposed.
| |
| OnFilteringVisibilityChanged |
Applies visibility changes when filtering visibility changes.
| |
| OnInsertedIntoParentCollection |
Called after the Entity is inserted into the parent collection.
| |
| OnIsFilteringVisibleChanged |
Called when the IsFilteringVisible property changes.
| |
| OnIsVisibleChanged |
Called when the IsVisible property changes.
| |
| OnParentEntitySet |
Called after the Entity was set as owned by a parent collection.
| |
| OnParentManagerInitializeEntitiesComplete |
Called when the initialization of the parent EntityManager is completed.
| |
| OnPropertyChanged | (Inherited from DependencyObject.) | |
| OnRelatedEntityAdded |
Called when an entity is added to the related entities collection.
| |
| OnRelatedEntityRemoved |
Called when an entity is removed from the related entities collection.
| |
| OnRemovingFromParentCollection |
Called before the Entity is removed from the parent collection.
| |
| OnVisibilityChanged |
Raises the VisibilityChanged event.
| |
| ReadLocalValue | (Inherited from DependencyObject.) | |
| RemoveRelatedEntity |
Removes an entity from the related entities collection of this Entity.
| |
| RemoveValue | Overloaded. | |
| SetCurrentValue | (Inherited from DependencyObject.) | |
| SetValue | Overloaded. | |
| ShouldSerializeProperty | (Inherited from DependencyObject.) | |
| ToString | (Inherited from Object.) | |
| UpdateValue | Overloaded. | |
| VerifyAccess | (Inherited from DispatcherObject.) |
Fields
| Name | Description | |
|---|---|---|
| IndexProperty |
Identifies the Index dependency property.
| |
| IsFilteringVisibleProperty |
Identifies the IsFilteringVisible dependency property.
| |
| IsVisibleProperty |
Identifies the IsVisible dependency property.
| |
| ItemProperty |
Identifies the Item dependency property.
| |
| ParentCollectionProperty |
Identifies the ParentCollection dependency property.
| |
| ParentEntityProperty |
Identifies the ParentEntity dependency property.
| |
| ParentManagerProperty |
Identifies the ParentManager dependency property.
| |
| RelatedEntitiesProperty |
Identifies the RelatedEntities dependency property.
|
Properties
| Name | Description | |
|---|---|---|
| DependencyObjectType | (Inherited from DependencyObject.) | |
| Dispatcher | (Inherited from DispatcherObject.) | |
| Index |
Gets the index of this Entity in the parent collection that owns it.
This is a dependency property.
| |
| IsDisposed |
Gets a value indicating whether the Entity is currently disposed.
| |
| IsFilteringVisible |
Gets or sets a value indicating whether or not this Entity is visible in the collection based when filtering is applied.
This is a dependency property.
| |
| IsSealed | (Inherited from DependencyObject.) | |
| IsVisible |
Gets or sets a value indicating whether or not this Entity is visible in the collection.
This is a dependency property.
| |
| Item |
Gets (or sets, when using simple data management mode) the object wrapped by this Entity.
This is a dependency property.
| |
| ParentCollection |
Gets the parent collection that owns this Entity.
This is a dependency property.
| |
| ParentEntity |
Gets the parent entity that owns this Entity.
This is a dependency property.
| |
| ParentManager |
Gets the parent manager that owns this Entity.
This is a dependency property.
| |
| RelatedEntities |
Gets the related entities collection of this Entity.
This is a dependency property.
|
Events
| Name | Description | |
|---|---|---|
| Disposing |
Occurs when the Entity is disposed.
| |
| VisibilityChanged |
Occurs when the visibility changes for this Entity.
|