Click or drag to resize
Factor Methods

The Factor type exposes the following members.

Methods
  NameDescription
Public methodGetDependentFactors
Get all factors that have an impact on this factors value. Only factors that are automatically calculated has dependent factors.
Public methodGetFactorTree
Get the factor tree node for this factor.
Public methodGetHint
Get a text string with the basic information about the factor that can be presented in applications as a hint text.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also