Show / Hide Table of Contents

Class UserFeedback

Inheritance
System.Object
UserFeedback
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class UserFeedback : object

Properties

ActiveRoute

Declaration
public string? ActiveRoute { get; set; }
Property Value
Type Description
System.Nullable<System.String>

DateEntered

Declaration
public DateTime DateEntered { get; set; }
Property Value
Type Description
DateTime

Id

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

Message

Declaration
public string? Message { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Name

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

Subject

Declaration
public string? Subject { get; set; }
Property Value
Type Description
System.Nullable<System.String>

UserInfo

Declaration
public UserInfo UserInfo { get; set; }
Property Value
Type Description
UserInfo

UserInfoId

Declaration
public int? UserInfoId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
In This Article
Back to top Generated by DocFX