Search Results for

    Show / Hide Table of Contents

    Class SummaryViewModel

    Inheritance
    System.Object
    SummaryViewModel
    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 SummaryViewModel

    Constructors

    SummaryViewModel(ISummaryData)

    Declaration
    public SummaryViewModel(ISummaryData summaryData)
    Parameters
    Type Name Description
    ISummaryData summaryData

    Properties

    SummarySections

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • SummaryViewModel(ISummaryData)
    • Properties
      • SummarySections
    • Extension Methods
    Back to top Generated by DocFX