Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    • Constructors
      • SummarySection(String, IList<DetailEntry>)
    • Properties
      • Entries
      • Title
    • Extension Methods
    Back to top Generated by DocFX