Click or drag to resize
Factor Class
This class represents a factor.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataFactor

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class Factor : IFactor, IDataId32

The Factor type exposes the following members.

Constructors
  NameDescription
Public methodFactor
Initializes a new instance of the Factor class
Top
Properties
  NameDescription
Public propertyDataContext
Meta information about this data.
Public propertyDataType
Factor data type for this factor.
Public propertyDefaultHostParentTaxonId
Taxon id for parent taxon for all potential hosts associated with this factor.
Public propertyHostLabel
Host label for this factor.
Public propertyId
Id for this factor.
Public propertyInformation
Information for this factor.
Public propertyIsLeaf
Indicates if this factor is a leaf in the factor tree.
Public propertyIsPeriodic
Indication about whether or not this factor is periodic.
Public propertyIsPublic
Indication about whether or not this factor should be available for public use.
Public propertyIsTaxonomic
Indication about whether or not this factor can be associated with a host taxon.
Public propertyLabel
Label for this factor.
Public propertyName
Name for this factor.
Public propertyOrigin
Factor origin for this factor.
Public propertySortOrder
Sort order for this factor.
Public propertyUpdateMode
Factor update mode for this factor.
Top
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