Dynamic Relaxation Clash Plugin

DynamicClashVerificationViewModel Members

The DynamicClashVerificationViewModel type exposes the following members.

Constructors


  Name Description
Public method DynamicClashVerificationViewModel
Initializes a new instance of the DynamicClashVerificationViewModel class.

Methods


  Name Description
Public method AddDynamicClashVerification
Adds the dynamic clash verification.
Protected method Broadcast``1 (Inherited from ViewModelBase.)
Public method ChangeStatus
Changes the status.
Public method Cleanup (Inherited from ViewModelBase.)
Public method DeleteAllDynamicClashVerification
Deletes all dynamic clash verification.
Public method DeleteDynamicClashVerification
Deletes the dynamic clash verification.
Private method DynamicClashVerificationsChanged
Dynamics the clash verifications changed.
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method RaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected method RaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method RaisePropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method RaisePropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from ObservableObject.)
Protected method RaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected method RaisePropertyChanging``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from ObservableObject.)
Private method SelectedVerificationChanged
Selecteds the verification changed.
Protected method Set``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP%, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method Set``1(String, UMP%, UMP, Boolean) (Inherited from ViewModelBase.)
Protected method Set``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP%, UMP) (Inherited from ObservableObject.)
Protected method Set``1(String, UMP%, UMP) (Inherited from ObservableObject.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method VerifyPropertyName (Inherited from ObservableObject.)

Fields


  Name Description
Private field _dynamicClashVerifications
The _dynamic clash verifications
Private field _dynamicClashVerificationVisibility
The _dynamic clash verification visibility
Private field _selectedVerification
The _selected verification
Private field _verificationName
The _verification name

Properties


  Name Description
Public property AddDynamicClashVerificationCmd
Gets the add dynamic clash verification command.
Public property DeleteAllDynamicClashVerificationCmd
Gets the delete all dynamic clash verification command.
Public property DeleteDynamicClashVerificationCmd
Gets the delete dynamic clash verification command.
Public property DynamicClashVerifications
Gets or sets the dynamic clash verifications.
Public property DynamicClashVerificationVisibility
Gets or sets the dynamic clash verification visibility.
Public property IsInDesignMode (Inherited from ViewModelBase.)
Protected property MessengerInstance (Inherited from ViewModelBase.)
Protected property PropertyChangedHandler (Inherited from ObservableObject.)
Protected property PropertyChangingHandler (Inherited from ObservableObject.)
Public property SelectedVerification
Gets or sets the selected verification.
Public property VerificationName
Gets or sets the name of the verification.

Events


  Name Description
Public event PropertyChanged (Inherited from ObservableObject.)
Public event PropertyChanging (Inherited from ObservableObject.)