Search Results for

    Show / Hide Table of Contents

    Class ManagerViewFeedback

    Inheritance
    System.Object
    ManagerViewFeedback
    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.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class ManagerViewFeedback

    Constructors

    ManagerViewFeedback(Int32, String)

    Declaration
    public ManagerViewFeedback(int rating, string feedback)
    Parameters
    Type Name Description
    System.Int32 rating
    System.String feedback

    Properties

    Feedback

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

    Rating

    Declaration
    public int Rating { get; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ManagerViewFeedback(Int32, String)
    • Properties
      • Feedback
      • Rating
    • Extension Methods
    Back to top Generated by DocFX