ResultViewModel Members
The ResultViewModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ResultViewModel |
Initializes a new instance of the ResultViewModel class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddAcceleration |
Adds the acceleration.
|
![]() |
AddForce |
Adds the force.
|
![]() |
AddVelocity |
Adds the velocity.
|
![]() |
Broadcast``1 | (Inherited from ViewModelBase.) |
![]() |
ChangeDynamicClashVerification |
Changes the dynamic clash verification.
|
![]() |
Cleanup | (Inherited from ViewModelBase.) |
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RaisePropertyChanged(String) | (Inherited from ObservableObject.) |
![]() |
RaisePropertyChanged``1(String, UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() |
RaisePropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() |
RaisePropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from ObservableObject.) |
![]() |
RaisePropertyChanging(String) | (Inherited from ObservableObject.) |
![]() |
RaisePropertyChanging``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from ObservableObject.) |
![]() |
ResultChanged |
Results the changed.
|
![]() |
Set``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP%, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() |
Set``1(String, UMP%, UMP, Boolean) | (Inherited from ViewModelBase.) |
![]() |
Set``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>), UMP%, UMP) | (Inherited from ObservableObject.) |
![]() |
Set``1(String, UMP%, UMP) | (Inherited from ObservableObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
VerifyPropertyName | (Inherited from ObservableObject.) |
Fields
Name | Description | |
---|---|---|
![]() |
_accelerationCollection |
The _acceleration collection
|
![]() |
_forceCollection |
The _force collection
|
![]() |
_iterationCounter |
The _iteration counter
|
![]() |
_velocityCollection |
The _velocity collection
|
![]() |
result |
The result
|
Properties
Name | Description | |
---|---|---|
![]() |
AccelerationCollection |
Gets or sets the acceleration collection.
|
![]() |
DynamicClashVerification |
Gets or sets the dynamic clash verification.
|
![]() |
ForceCollection |
Gets or sets the force collection.
|
![]() |
IsInDesignMode | (Inherited from ViewModelBase.) |
![]() |
MessengerInstance | (Inherited from ViewModelBase.) |
![]() |
PropertyChangedHandler | (Inherited from ObservableObject.) |
![]() |
PropertyChangingHandler | (Inherited from ObservableObject.) |
![]() |
VelocityCollection |
Gets or sets the velocity collection.
|