Class StartPageConfiguration
Represents a start page configuration
Inheritance
System.Object
StartPageConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.dll
Syntax
public class StartPageConfiguration
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<System.Guid> |
Tiles
Gets or sets the tile list
Declaration
public IList<Tile> Tiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |