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 | (Inherited from AspectComponentBase.) | |
| IsInitialized | (Inherited from AspectComponentBase.) | |
| IsReadOnly | (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 | (Inherited from AspectComponentBase.) | |
| FindConnector |
Find a named connector on a conveyor object, e.g. "Start"
| |
| FindCreateAspectT | (Inherited from AspectComponentBase.) | |
| FindCreateConnector |
Find or create a connector of the supplied name.
| |
| FindCreateManagedAspectT | (Inherited from AspectComponentBase.) | |
| RaisePropertiesChanged | (Inherited from BindableBase.) | |
| RaisePropertyChanged(PropertyChangedEventArgs) | (Inherited from BindableBase.) | |
| RaisePropertyChanged(String) | (Inherited from BindableBase.) | |
| RemoveAspect(Object) | (Inherited from AspectComponentBase.) | |
| RemoveAspectT | (Inherited from AspectComponentBase.) | |
| RemoveConnector |
Remove a connector with a certain name.
| |
| RemoveManagedAspects | (Inherited from AspectComponentBase.) | |
| SerializableDependency(SerializableObject) | (Inherited from AspectComponentBase.) | |
| SerializableDependency(Visual) | (Inherited from AspectComponentBase.) | |
| ToString | (Inherited from AspectComponentBase.) |
| Name | Description | |
|---|---|---|
| IsEnabledChanged | (Inherited from AspectComponentBase.) |