Class SummarySection
Inheritance
Object
SummarySection
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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<DetailEntry> | entries |
Properties
Entries
Declaration
public IList<DetailEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
IList<DetailEntry> |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
String |