AspectComponentBase Class |
Namespace: Demo3D.Visuals
public abstract class AspectComponentBase : SerializableObject, IAspectComponent, INotifyPropertyChanged
The AspectComponentBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AspectComponentBase | Initializes a new instance of the AspectComponentBase class |
| Name | Description | |
|---|---|---|
| AspectManagedBy |
The Aspect that this is managed by.
| |
| Id | (Inherited from SerializableObject.) | |
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
| |
| IsEnabled | ||
| IsInitialized | ||
| IsReadOnly | ||
| Name | A unique name for the aspect |
| Name | Description | |
|---|---|---|
| CanAdd |
Determine whether the aspect can be added to the AspectContainer.
| |
| CleanupBindingAPI | ||
| Destroy | ||
| FindAspectT | ||
| FindCreateAspectT | ||
| FindCreateManagedAspectT | ||
| OnAdded |
Called when all other aspects have been added to an aspect container, this should never be invoked manually
| |
| OnAssigned |
Called when assigned to an aspect container, this should never be invoked manually.
No other aspects should be accessed within this method.
| |
| OnDisabled |
Called when disabled, this should never be invoked manually
| |
| OnEnabled |
Called when enabled, this should never be invoked manually
| |
| OnInitialize |
Called when the aspect container is Initialized, this should never be invoked manually
| |
| OnRemoved |
Called when removed from an aspect container, this should never be invoked manually
| |
| OnReset |
Called when the aspect container is Reset, this should never be invoked manually
| |
| RaisePropertiesChanged | (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | (Inherited from BindableBase.) | |
| RemoveAspect(Object) | ||
| RemoveAspectT | ||
| RemoveManagedAspects | ||
| SerializableDependency(SerializableObject) | (Overrides SerializableObjectSerializableDependency(SerializableObject).) | |
| SerializableDependency(Visual) | (Overrides SerializableObjectSerializableDependency(Visual).) | |
| SetINotifyPropertyChangedPropertyT | (Inherited from BindableBase.) | |
| SetPropertyT(T, T, PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| SetPropertyT(T, T, String) | (Inherited from BindableBase.) | |
| ToString | (Overrides SimpleCustomTypeDescriptor.ToString.) | |
| UpdateBindingAPI |
| Name | Description | |
|---|---|---|
| IsEnabledChanged |