GeneralSetting¶ Namespace: Database.EntityFramework.Models Represents general application settings. public class GeneralSetting Inheritance Object → GeneralSetting Properties¶ Id¶ Gets or sets the unique identifier for the general setting. public int Id { get; set; } Property Value¶ Int32 Constructors¶ GeneralSetting()¶ public GeneralSetting()