Click or drag to resize
IFactorManager Interface
Interface that handles factor related information.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IFactorManager

The IFactorManager type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
This property is used to retrieve or update factor information.
Top
Methods
  NameDescription
Public methodGetCurrentPublicPeriod
A method that retrieves a period object representing the current public period. This method only handles the default period type, i.e. The Swedish Red List.
Public methodGetDefaultIndividualCategory
Get default individual category object.
Public methodGetDefaultOrganismGroups
Get information about default organism groups.
Public methodGetFactor(IUserContext, FactorId)
Get factor with specified id.
Public methodGetFactor(IUserContext, Int32)
Get factor with specified id.
Public methodGetFactorDataType
Get factor data type with specified id.
Public methodGetFactorDataTypes
Get all factor data types.
Public methodGetFactorFieldEnum(IUserContext, FactorFieldEnumId)
Get factor field enumeration with specified id.
Public methodGetFactorFieldEnum(IUserContext, Int32)
Get factor field enumeration with specified id.
Public methodGetFactorFieldEnums
Get all factor field enumerations.
Public methodGetFactorFieldMaxCount
Get max number of factor fields that can be used for one factor.
Public methodGetFactorFieldType
Get factor field type with specified id.
Public methodGetFactorFieldTypes
Get all factor field types.
Public methodGetFactorOrigin
Get factor origin with specified id.
Public methodGetFactorOrigins
Get all factor origins.
Public methodGetFactors(IUserContext)
Get all factors.
Public methodGetFactors(IUserContext, IFactorDataType)
Get factors with specified datatype.
Public methodGetFactors(IUserContext, IFactorSearchCriteria)
Get factors that match the search criteria.
Public methodGetFactors(IUserContext, ListInt32)
Get factors with specified ids.
Public methodGetFactorTree(IUserContext, FactorId)
Get specified factor tree node.
Public methodGetFactorTree(IUserContext, Int32)
Get specified factor tree node.
Public methodGetFactorTrees(IUserContext)
Get all factor trees.
Public methodGetFactorTrees(IUserContext, IFactorTreeSearchCriteria)
Get all factor trees that match search criteria.
Public methodGetFactorUpdateMode
Get factor update mode with specified id.
Public methodGetFactorUpdateModes
Get all factor update modes.
Public methodGetIndividualCategories
Get all individual categories.
Public methodGetIndividualCategory(IUserContext, IndividualCategoryId)
Get individual category with specified id.
Public methodGetIndividualCategory(IUserContext, Int32)
Get individual category with specified id.
Public methodGetOrganismGroups
Get information about organism groups of specified type.
Public methodGetPeriod(IUserContext, PeriodId)
Get period with specified id.
Public methodGetPeriod(IUserContext, Int32)
Get period with specified id.
Public methodGetPeriods(IUserContext)
Get all periods.
Public methodGetPeriods(IUserContext, PeriodTypeId)
Get all periods of a certain period type.
Public methodGetPeriods(IUserContext, Int32)
Get all periods of a certain period type.
Public methodGetPeriodType(IUserContext, PeriodTypeId)
Get period type with specified id.
Public methodGetPeriodType(IUserContext, Int32)
Get period type with specified id.
Public methodGetPeriodTypes
Get all period types.
Public methodGetPublicPeriods(IUserContext)
Get all public periods. This method selects all public periods of the default period type corresponding to Swedish Red List.
Public methodGetPublicPeriods(IUserContext, PeriodTypeId)
Get all public periods for specified period type.
Public methodGetPublicPeriods(IUserContext, Int32)
Get all public periods for specified period type.
Top
See Also