Miner.Desktop Assembly > Miner.Desktop.Diagrams.Underground.ViewModels Namespace : DuctTreeViewModel Class |
The following tables list the members exposed by DuctTreeViewModel.
Name | Description | |
---|---|---|
![]() | DuctTreeViewModel Constructor |
Name | Description | |
---|---|---|
![]() | Children | |
![]() | DisplayName | Gets or Sets the Display Name (Inherited from Caliburn.Micro.Screen) |
![]() | DisplayText | |
![]() | DuctBanks | |
![]() | DuctFilter | |
![]() | IsActive | Indicates whether or not this instance is currently active. Virtualized in order to help with document oriented view models. (Inherited from Caliburn.Micro.Screen) |
![]() | IsEnabled | |
![]() | IsExpanded | |
![]() | IsInitialized | Indicates whether or not this instance is currently initialized. Virtualized in order to help with document oriented view models. (Inherited from Caliburn.Micro.Screen) |
![]() | IsNotifying | Enables/Disables property change notification. Virtualized in order to help with document oriented view models. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | IsSelected | |
![]() | Parent | Gets or Sets the Parent Caliburn.Micro.IConductor (Inherited from Caliburn.Micro.Screen) |
![]() | RootTreeNode | |
![]() | SelectedDuctEndViewModel |
Name | Description | |
---|---|---|
![]() | AddDuctBank | |
![]() | CanClose | Called to check whether or not this instance can close. (Inherited from Caliburn.Micro.Screen) |
![]() | GetView | Gets a view previously attached to this instance. (Inherited from Caliburn.Micro.ViewAware) |
![]() | NotifyOfPropertyChange | Overloaded. Notifies subscribers of the property change. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | Refresh | Raises a change notification indicating that all bindings should be refreshed. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | RemoveDuctbank | |
![]() | Set<T> | (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | SetSelectedItem | |
![]() | TryClose | Tries to close this instance by asking its Parent to initiate shutdown or by asking its corresponding view to close. Also provides an opportunity to pass a dialog result to it's corresponding view. (Inherited from Caliburn.Micro.Screen) |
Name | Description | |
---|---|---|
![]() | Activated | Raised after activation occurs. (Inherited from Caliburn.Micro.Screen) |
![]() | AttemptingDeactivation | Raised before deactivation. (Inherited from Caliburn.Micro.Screen) |
![]() | Deactivated | Raised after deactivation. (Inherited from Caliburn.Micro.Screen) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from Caliburn.Micro.PropertyChangedBase) |
![]() | ViewAttached | Raised when a view is attached. (Inherited from Caliburn.Micro.ViewAware) |