Click or drag to resize

TransferStateAspect Class

[Missing <summary> documentation for "T:Demo3D.Visuals.TransferStateAspect"]

Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.VisualsAspectComponentBase
                Demo3D.VisualsVisualAspect
                  Demo3D.VisualsTransferStateAspect

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntax
C#
public class TransferStateAspect : VisualAspect

The TransferStateAspect type exposes the following members.

Constructors
  NameDescription
Public methodTransferStateAspect
Initializes a new instance of the TransferStateAspect class
Top
Properties
Methods
  NameDescription
Public methodAttachToVisual
Protected methodCanAdd
Determine whether the aspect can be added to the AspectContainer.
(Inherited from AspectComponentBase.)
Protected methodCleanupBindingAPI (Inherited from AspectComponentBase.)
Public methodClearProcessed
Public methodClearProcessing
Public methodDispatch
Public methodFindAspectT (Inherited from AspectComponentBase.)
Public methodFindCreateAspectT (Inherited from AspectComponentBase.)
Public methodFindCreateManagedAspectT (Inherited from AspectComponentBase.)
Protected methodOnAdded
Called when all other aspects have been added to an aspect container, this should never be invoked manually
(Inherited from AspectComponentBase.)
Protected methodOnAssigned (Overrides AspectComponentBaseOnAssigned.)
Protected methodOnDisabled
Called when disabled, this should never be invoked manually
(Inherited from AspectComponentBase.)
Protected methodOnEnabled
Called when enabled, this should never be invoked manually
(Inherited from AspectComponentBase.)
Protected methodOnInitialize
Called when the aspect container is Initialized, this should never be invoked manually
(Inherited from AspectComponentBase.)
Protected methodOnRemoved
Called when removed from an aspect container, this should never be invoked manually
(Inherited from AspectComponentBase.)
Protected methodOnReset
Called when the aspect container is Reset, this should never be invoked manually
(Inherited from AspectComponentBase.)
Public methodPlace
Protected methodprint (Inherited from VisualAspect.)
Public methodProcess
Public methodProcessComplete
Public methodRaisePropertiesChanged (Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) (Inherited from BindableBase.)
Public methodRaisePropertyChanged(String) (Inherited from BindableBase.)
Public methodRemoveAspect(Object) (Inherited from AspectComponentBase.)
Public methodRemoveAspectT (Inherited from AspectComponentBase.)
Public methodRemoveManagedAspects (Inherited from AspectComponentBase.)
Public methodReset
Public methodRxAfterTransfer
Public methodRxBeforeTransfer
Public methodRxTransfer
Public methodRxTransferCancelled
Public methodRxTransferComplete
Public methodRxTransferCreated
Public methodRxTransferStarted
Public methodSerializableDependency(SerializableObject) (Inherited from AspectComponentBase.)
Public methodSerializableDependency(Visual) (Inherited from AspectComponentBase.)
Protected methodSetINotifyPropertyChangedPropertyT (Inherited from BindableBase.)
Public methodSetProcessed
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs) (Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, String) (Inherited from BindableBase.)
Public methodToString (Overrides AspectComponentBaseToString.)
Public methodTxAfterTransfer
Public methodTxBeforeTransfer
Public methodTxTransfer
Public methodTxTransferCancelled
Public methodTxTransferComplete
Public methodTxTransferCreated
Public methodTxTransferStarted
Protected methodUpdateBindingAPI (Inherited from AspectComponentBase.)
Protected methodvector (Inherited from VisualAspect.)
Top
Events
See Also