Class SummarySection
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Summary
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class SummarySection
Constructors
SummarySection(string, IList<DetailEntry>)
Declaration
public SummarySection(string title, IList<DetailEntry> entries)
Parameters
Type | Name | Description |
---|---|---|
string | title | |
IList<Detail |
entries |
Properties
Entries
Declaration
public IList<DetailEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
IList<Detail |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |