Click or drag to resize
SpeciesFactField Methods

The SpeciesFactField type exposes the following members.

Methods
  NameDescription
Public methodGetBoolean
Get Boolean value. Difference between property BooleanValue and method GetBoolean is that GetBoolean may change the data type of the field.
Public methodGetDouble
Get Double value. Difference between property DoubleValue and method GetDouble is that GetDouble may change the data type of the field.
Public methodGetDoubleValue
Get Double value. Difference between property DoubleValue and method GetDoubleValue: Property DoubleValue only works if species fact field is of data type Double. Method GetDoubleValue returns the numeric value without checking data type for the species fact field.
Public methodGetInt32
Get Int32 value. Difference between property Int32Value and method GetInt32 is that GetInt32 may change the data type of the field.
Public methodGetInt64
Get Int64 value.
Public methodGetString
Get String value. Difference between property StringValue and method GetString is that GetString may change the data type of the field.
Public methodGetStringValue
Get String value. Difference between property StringValue and method GetStringValue: Property StringValue only works if species fact field is of data type String. Method GetStringValue returns the string value without checking data type for the species fact field.
Public methodReset
Reset species fact field that has been deleted from database. Set all values to default or null.
Public methodSetValueAutomatic
Set species fact field value as a result of an automatic calculation.
Public methodUpdate
Update species fact field.
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