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