ConnectorsAspect Class |
[Missing <summary> documentation for "T:Demo3D.Visuals.ConnectorsAspect"]
Namespace: Demo3D.Visuals
public sealed class ConnectorsAspect : VisualAspect, IDisposable
The ConnectorsAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectorsAspect | Initializes a new instance of the ConnectorsAspect class |
| Name | Description | |
|---|---|---|
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| ConnectAllowed | ||
| ConnectDisallowed | ||
| Connectors | ||
| Id | (Inherited from SerializableObject.) | |
| InputConnectorName | ||
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.) | |
| IsEnabled |
The value for whether the aspect is enabled.
(Inherited from AspectComponentBase.) | |
| IsInitialized |
Gets the value of whether or not this aspect has been initialized. An aspect is initialized during the scenes initialization when starting a model.
(Inherited from AspectComponentBase.) | |
| IsReadOnly |
When true, disable editing in the Aspect Viewer
(Inherited from AspectComponentBase.) | |
| Name | A unique name for the aspect (Inherited from AspectComponentBase.) | |
| OutputConnectorName | ||
| Visual | (Inherited from VisualAspect.) |
| Name | Description | |
|---|---|---|
| ConnectedVisual |
Find the visual that is attached to the supplied connectorName.
| |
| ConnectTo(String, Visual, String) |
Connect the visual to another visual with the corresponding connector names.
This connection replaces any existing connections on this or the other visual's connector.
| |
| ConnectTo(String, Visual, String, Boolean) |
Connect the visual to another visual with the corresponding connector names.
This connection replaces any existing connections on this or the other visual's connector,
unless allowMultiple is true, in which case this connection is added to existing connections.
| |
| Disconnect |
Disconnect any connections on the supplied connector name.
| |
| FindAspectT |
Find an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.) | |
| FindConnector |
Find a named connector on a conveyor object, e.g. "Start"
| |
| FindCreateAspectT |
Find or, if one isn't found, create an aspect of the desired type in this aspect's container.
(Inherited from AspectComponentBase.) | |
| FindCreateConnector |
Find or create a connector of the supplied name.
| |
| FindCreateManagedAspectT |
Find or, if one isn't found, create a managed aspect of the desired type in this aspect's container. The managed aspect will be owned by the declared aspect.
(Inherited from AspectComponentBase.) | |
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.) | |
| RemoveAspect(Object) |
Remove the desired aspect from this aspect's container.
(Inherited from AspectComponentBase.) | |
| RemoveAspectT |
Remove the aspect of the desired type from this aspect's container.
(Inherited from AspectComponentBase.) | |
| RemoveConnector |
Remove a connector with a certain name.
| |
| RemoveManagedAspects |
Remove all aspects that are being managed by this aspect..
(Inherited from AspectComponentBase.) | |
| SerializableDependency(SerializableObject) |
Whether the specified object depends on the serializable object.
(Inherited from AspectComponentBase.) | |
| SerializableDependency(Visual) |
Whether the specified visual depends on the serializable object.
(Inherited from AspectComponentBase.) | |
| ToString | (Inherited from AspectComponentBase.) |
| Name | Description | |
|---|---|---|
| IsEnabledChanged |
Occurs when the value of IsEnabled changes.
(Inherited from AspectComponentBase.) |