Class SectionInfo
Runtime metadata for a modelled group of properties within an entity.
public sealed class SectionInfo
- Inheritance
-
SectionInfo
- Inherited Members
Constructors
SectionInfo(IEntityInfo, string, Func<IEnumerable<PropertyInfo>>)
public SectionInfo(IEntityInfo parent, string name, Func<IEnumerable<PropertyInfo>> properties)
Parameters
parentIEntityInfonamestringpropertiesFunc<IEnumerable<PropertyInfo>>
Properties
Caption
public string Caption { get; }
Property Value
Parent
public IEntityInfo Parent { get; }
Property Value
Properties
in display order
public IReadOnlyList<PropertyInfo> Properties { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.