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(Int32, String)

    Declaration
    public ManagerViewFeedback(int rating, string feedback)
    Parameters
    Type Name Description
    Int32 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
    Int32

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX