Interface IFoundationSettings
Interface representing global foundation settings.
Namespace: Serenity.Global.Domain.Interfaces
Assembly: Serenity.Global.Domain.dll
Syntax
public interface IFoundationSettings
Properties
Guid
Gets or sets the globally unique identifier (GUID) for the foundation settings.
Declaration
string Guid { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The GUID as a string. |
Id
Gets or sets the unique identifier for the foundation settings.
Declaration
string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The unique identifier as a string. |