Click or drag to resize
RedListCalculation Methods

The RedListCalculation type exposes the following members.

Methods
  NameDescription
Public methodGetCriteriaBCount
Get count for criteria B (used in both B1 and B2).
Public methodInitBegin
Call this method before first initialization of red list values. RedListValues are not updated until initialization has finished with a call to method InitEnd.
Public methodInitEnd
Call this method after initialization of red list values. Calculation is turned on and performed in this call.
Public methodIsCriteriaAFulfilled
Test if criteria A is Fulfilled. Reduction in population A.
Public methodIsCriteriaB1Fulfilled
Test if criteria B1 is Fulfilled. Extent of occurrence.
Public methodIsCriteriaB2Fulfilled
Test if criteria B2 is Fulfilled. Area of occupancy.
Public methodIsCriteriaBA1Fulfilled
Test if criteria BA1 is Fulfilled. Severly fragmented.
Public methodIsCriteriaBA2Fulfilled
Test if criteria BA1 is Fulfilled. Known to exist at only a single location.
Public methodIsCriteriaBFulfilled
Test if criteria B is Fulfilled. Geographic range.
Public methodIsCriteriaCFulfilled
Test if criteria C is Fulfilled. Decline in small population.
Public methodIsCriteriaD1Fulfilled
Test if criteria D1 is Fulfilled. Population with a low number of mature individuals.
Public methodIsCriteriaD2Fulfilled
Test if criteria D2 is Fulfilled. Population with a very restricted area.
Public methodIsCriteriaDFulfilled
Test if criteria D is Fulfilled. Population very small or restricted.
Public methodIsCriteriaEFulfilled
Test if criteria E is Fulfilled. Probability of extinction.
Public methodIsCriteriaFulfilled
Test if criteria is Fulfilled. Geographic range.
Top
Extension Methods
  NameDescription
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