TransferStateAspect Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.TransferStateAspect"]
Inheritance Hierarchy
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntaxpublic class TransferStateAspect : VisualAspect
The TransferStateAspect type exposes the following members.
Constructors
Properties
Methods|
| Name | Description |
|---|
 | AttachToVisual | |
 | CanAdd |
Determine whether the aspect can be added to the AspectContainer.
(Inherited from AspectComponentBase.) |
 | CleanupBindingAPI | (Inherited from AspectComponentBase.) |
 | ClearProcessed | |
 | ClearProcessing | |
 | Dispatch | |
 | FindAspectT | (Inherited from AspectComponentBase.) |
 | FindCreateAspectT | (Inherited from AspectComponentBase.) |
 | FindCreateManagedAspectT | (Inherited from AspectComponentBase.) |
 | OnAdded |
Called when all other aspects have been added to an aspect container, this should never be invoked manually
(Inherited from AspectComponentBase.) |
 | OnAssigned | (Overrides AspectComponentBaseOnAssigned.) |
 | OnDisabled |
Called when disabled, this should never be invoked manually
(Inherited from AspectComponentBase.) |
 | OnEnabled |
Called when enabled, this should never be invoked manually
(Inherited from AspectComponentBase.) |
 | OnInitialize |
Called when the aspect container is Initialized, this should never be invoked manually
(Inherited from AspectComponentBase.) |
 | OnRemoved |
Called when removed from an aspect container, this should never be invoked manually
(Inherited from AspectComponentBase.) |
 | OnReset |
Called when the aspect container is Reset, this should never be invoked manually
(Inherited from AspectComponentBase.) |
 | Place | |
 | print | (Inherited from VisualAspect.) |
 | Process | |
 | ProcessComplete | |
 | RaisePropertiesChanged | (Inherited from BindableBase.) |
 | RaisePropertyChanged(PropertyChangedEventArgs) | (Inherited from BindableBase.) |
 | RaisePropertyChanged(String) | (Inherited from BindableBase.) |
 | RemoveAspect(Object) | (Inherited from AspectComponentBase.) |
 | RemoveAspectT | (Inherited from AspectComponentBase.) |
 | RemoveManagedAspects | (Inherited from AspectComponentBase.) |
 | Reset | |
 | RxAfterTransfer | |
 | RxBeforeTransfer | |
 | RxTransfer | |
 | RxTransferCancelled | |
 | RxTransferComplete | |
 | RxTransferCreated | |
 | RxTransferStarted | |
 | SerializableDependency(SerializableObject) | (Inherited from AspectComponentBase.) |
 | SerializableDependency(Visual) | (Inherited from AspectComponentBase.) |
 | SetINotifyPropertyChangedPropertyT | (Inherited from BindableBase.) |
 | SetProcessed | |
 | SetPropertyT(T, T, PropertyChangedEventArgs) | (Inherited from BindableBase.) |
 | SetPropertyT(T, T, String) | (Inherited from BindableBase.) |
 | ToString | (Overrides AspectComponentBaseToString.) |
 | TxAfterTransfer | |
 | TxBeforeTransfer | |
 | TxTransfer | |
 | TxTransferCancelled | |
 | TxTransferComplete | |
 | TxTransferCreated | |
 | TxTransferStarted | |
 | UpdateBindingAPI | (Inherited from AspectComponentBase.) |
 | vector | (Inherited from VisualAspect.) |
Top
Events
See Also