Class StartPageConfiguration
Represents a start page configuration
Inheritance
System.Object
StartPageConfiguration
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.dll
Syntax
public class StartPageConfiguration : object
Properties
| Improve this Doc View SourceGuid
Gets or sets the unique Id of the configuration
Declaration
public Guid? Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Guid> |
Tiles
Gets or sets the tile list
Declaration
public IList<Tile> Tiles { get; set; }
Property Value
Type | Description |
---|---|
IList<Tile> |
TilesByteArray
Gets or sets the serialized tile list object
Declaration
public byte[] TilesByteArray { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
UserId
Gets or sets the user id
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |