Click or drag to resize
FactorManagerSingleThreadCache Methods

The FactorManagerSingleThreadCache type exposes the following members.

Methods
  NameDescription
Public methodGetFactorDataTypes
Get all factor data types.
(Overrides FactorManagerGetFactorDataTypes(IUserContext).)
Public methodGetFactorFieldEnums
Get all factor field enums.
(Overrides FactorManagerGetFactorFieldEnums(IUserContext).)
Public methodGetFactorFieldTypes
Get all factor field types.
(Overrides FactorManagerGetFactorFieldTypes(IUserContext).)
Public methodGetFactorOrigins
Get all factor origins.
(Overrides FactorManagerGetFactorOrigins(IUserContext).)
Public methodGetFactors
Get all factors.
(Overrides FactorManagerGetFactors(IUserContext).)
Public methodGetFactorTree
Get a factor tree node by the specified factor id.
(Overrides FactorManagerGetFactorTree(IUserContext, Int32).)
Public methodGetFactorTrees
Get all factor trees.
(Overrides FactorManagerGetFactorTrees(IUserContext).)
Public methodGetFactorUpdateModes
Get all factor update modes.
(Overrides FactorManagerGetFactorUpdateModes(IUserContext).)
Public methodGetIndividualCategories
Get all individual categories.
(Overrides FactorManagerGetIndividualCategories(IUserContext).)
Public methodGetOrganismGroups
Get information about organism groups of specified type.
(Overrides FactorManagerGetOrganismGroups(IUserContext, OrganismGroupType).)
Public methodGetPeriods
Get all periods.
(Overrides FactorManagerGetPeriods(IUserContext).)
Public methodGetPeriodTypes
Get all period types.
(Overrides FactorManagerGetPeriodTypes(IUserContext).)
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