Search Results for

    Show / Hide Table of Contents

    Class LayoutHandler

    Inheritance
    System.Object
    LayoutHandler
    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.UI.Layout
    Assembly: Simplic.UI.dll
    Syntax
    public abstract class LayoutHandler

    Methods

    | Improve this Doc View Source

    Load(Object, Stream)

    Restore layout information

    Declaration
    public abstract void Load(object instance, Stream configuration)
    Parameters
    Type Name Description
    System.Object instance

    Instance to set the layout to

    System.IO.Stream configuration

    Restore information

    | Improve this Doc View Source

    LoadDefault(Object)

    Set default values for the ui

    Declaration
    public abstract void LoadDefault(object instance)
    Parameters
    Type Name Description
    System.Object instance

    Instance to get the layout from

    | Improve this Doc View Source

    Save(Object)

    Save layout information

    Declaration
    public abstract Stream Save(object instance)
    Parameters
    Type Name Description
    System.Object instance

    Instance to get the layout from

    Returns
    Type Description
    System.IO.Stream

    Objec which will serailized for storing information (persistant)

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx