Returns a list of all value holder fields which are held by the inheritance chain that this entity participates in.

Namespace:  Mindscape.LightSpeed.MetaData
Assembly:  Mindscape.LightSpeed.MetaData (in Mindscape.LightSpeed.MetaData.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public IList<FieldInfo> FlattenedValueFields { get; }
Visual Basic (Declaration)
Public ReadOnly Property FlattenedValueFields As IList(Of FieldInfo)

Remarks

This differs from the ValueFields collection in that it includes fields from derived and sibling classes. Because these fields are not defined on the entity at hand, they cannot necessarily be used to obtain field values.

See Also