Class ManagerViewFeedback
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
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 |