Search Results for

    Show / Hide Table of Contents

    Class Feedback

    Inheritance
    object
    Feedback
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Domain
    Assembly: OEMS.Core.dll
    Syntax
    public class Feedback

    Properties

    Comment

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    string

    Event

    Declaration
    [ForeignKey("EventId")]
    public virtual Event Event { get; set; }
    Property Value
    Type Description
    Event

    EventId

    Declaration
    [Required]
    public Guid EventId { get; set; }
    Property Value
    Type Description
    Guid

    Id

    Declaration
    [Key]
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid

    IsAnonymous

    Declaration
    [Required]
    public bool IsAnonymous { get; set; }
    Property Value
    Type Description
    bool

    Rating

    Declaration
    [Required]
    public int Rating { get; set; }
    Property Value
    Type Description
    int

    SubmissionDate

    Declaration
    [Required]
    public DateTime SubmissionDate { get; set; }
    Property Value
    Type Description
    DateTime

    User

    Declaration
    [ForeignKey("UserId")]
    public virtual User User { get; set; }
    Property Value
    Type Description
    User

    UserId

    Declaration
    [Required]
    public Guid UserId { get; set; }
    Property Value
    Type Description
    Guid
    In this article
    Back to top Generated by DocFX