Search Results for

    Show / Hide Table of Contents

    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 Source

    Guid

    Gets or sets the unique Id of the configuration

    Declaration
    public Guid? Guid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Tiles

    Gets or sets the tile list

    Declaration
    public IList<Tile> Tiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Tile>
    | Improve this Doc View Source

    TilesByteArray

    Gets or sets the serialized tile list object

    Declaration
    public byte[] TilesByteArray { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    UserId

    Gets or sets the user id

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx