PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSFormLayoutPersistenceManager

    Form layout persistence manager.

    Inheritance
    System.Object
    StdBSBaseService
    StdBSFormLayoutPersistenceManager
    Inherited Members
    StdBSBaseService.m_objBSO
    StdBSBaseService.BSO
    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: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSFormLayoutPersistenceManager : StdBSBaseService

    Constructors

    StdBSFormLayoutPersistenceManager()

    Declaration
    public StdBSFormLayoutPersistenceManager()

    Methods

    DefaultLayoutFileExists(String)

    Checks if form layout file exists

    Declaration
    public bool DefaultLayoutFileExists(string formName)
    Parameters
    Type Name Description
    System.String formName
    Returns
    Type Description
    System.Boolean

    DeleteFormLayoutFile(String)

    Deletes the form layout file

    Declaration
    public void DeleteFormLayoutFile(string formName)
    Parameters
    Type Name Description
    System.String formName

    LoadDefaultFormLayout(LayoutControl, String)

    Loads the default form layout.

    Declaration
    public void LoadDefaultFormLayout(LayoutControl layoutController, string formName)
    Parameters
    Type Name Description
    DevExpress.XtraLayout.LayoutControl layoutController

    The layout controller.

    System.String formName

    Name of the form.

    LoadFormLayout(LayoutControl, String)

    Loads the form layout.

    Declaration
    public void LoadFormLayout(LayoutControl layoutController, string formName)
    Parameters
    Type Name Description
    DevExpress.XtraLayout.LayoutControl layoutController

    The layout controller.

    System.String formName

    Name of the form.

    SaveDefaultFormLayout(LayoutControl, String)

    Saves the default form layout.

    Declaration
    public void SaveDefaultFormLayout(LayoutControl layoutController, string formName)
    Parameters
    Type Name Description
    DevExpress.XtraLayout.LayoutControl layoutController

    The layout controller.

    System.String formName

    Name of the form.

    SaveFormLayout(LayoutControl, String)

    Saves the form layout.

    Declaration
    public void SaveFormLayout(LayoutControl layoutController, string formName)
    Parameters
    Type Name Description
    DevExpress.XtraLayout.LayoutControl layoutController

    The layout controller.

    System.String formName

    Name of the form.

    See Also

    StdBSBaseService