Click or drag to resize
IFactorField Interface
This interface represents a factor field.

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

The IFactorField type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseFieldName
Name for this factor field in database.
Public propertyDataContext
Meta information about this data.
Public propertyEnum
Enumeration for this factor field. This property has the value null if this factor field is not of type enumeration.
Public propertyFactorDataType
Factor data type that this factor field belongs to.
Public propertyIndex
Index of this factor field.
Public propertyInformation
Information for this factor field.
Public propertyIsMain
Indicator of weather or not this factor field is in the main field.
Public propertyIsSubstantial
Indicator of weather or not this factor field is a substantial field.
Public propertyLabel
Label for this factor field.
Public propertySize
Maximum length of this factor field if it is of type String.
Public propertyType
Type for this factor field.
Public propertyUnit
Unit label for this factor field.
Top
Methods
  NameDescription
Public methodGetMinMax(IFactor, Double, Double)
Get min and max values for this factor field in specified factor context. Values are returned in parameter minValue and maxValue.
Public methodGetMinMax(IFactor, Int32, Int32)
Get min and max values for this factor field in specified factor context. Values are returned in parameter minValue and maxValue.
Public methodIsMinMaxDefined
Indicates whether or not this factor field has min and max values in specified factor context.
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.)
Top
See Also