Search Results for

    Show / Hide Table of Contents

    Class SummarySection

    Inheritance
    System.Object
    SummarySection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.String title
    System.Collections.Generic.IList<DetailEntry> entries

    Properties

    Entries

    Declaration
    public IList<DetailEntry> Entries { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<DetailEntry>

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • SummarySection(String, IList<DetailEntry>)
    • Properties
      • Entries
      • Title
    • Extension Methods
    Back to top Generated by DocFX