Search Results for

    Show / Hide Table of Contents

    Class DetailEntry

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

    Constructors

    DetailEntry(String, String)

    Declaration
    public DetailEntry(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value

    Properties

    Icon

    Declaration
    public DrawingImage Icon { get; set; }
    Property Value
    Type Description
    System.Windows.Media.DrawingImage

    Name

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

    Value

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • DetailEntry(String, String)
    • Properties
      • Icon
      • Name
      • Value
    • Extension Methods
    Back to top Generated by DocFX