Skip to content

GeneralSetting

Namespace: Database.EntityFramework.Models

Represents general application settings.

public class GeneralSetting

Inheritance ObjectGeneralSetting

Properties

Id

Gets or sets the unique identifier for the general setting.

public int Id { get; set; }

Property Value

Int32

Constructors

GeneralSetting()

public GeneralSetting()