Search Results for

    Show / Hide Table of Contents

    Class ManagerViewFeedback

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

    Constructors

    ManagerViewFeedback(int, string)

    Declaration
    public ManagerViewFeedback(int rating, string feedback)
    Parameters
    Type Name Description
    int rating
    string feedback

    Properties

    Feedback

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

    Rating

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ManagerViewFeedback(int, string)
    • Properties
      • Feedback
      • Rating
    • Extension Methods
    Back to top Generated by DocFX