Table of Contents

Class SectionInfo

Namespace
The.Entities
Assembly
Instagile.dll

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

parent IEntityInfo
name string
properties Func<IEnumerable<PropertyInfo>>

Properties

Caption

public string Caption { get; }

Property Value

string

Parent

public IEntityInfo Parent { get; }

Property Value

IEntityInfo

Properties

in display order

public IReadOnlyList<PropertyInfo> Properties { get; }

Property Value

IReadOnlyList<PropertyInfo>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.