PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSHybridCloudUiManager

    This class manages the User Interface interactions related to the Hybrid Cloud system.

    Inheritance
    System.Object
    StdBSBaseService
    StdBSHybridCloudUiManager
    Implements
    System.IDisposable
    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.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSHybridCloudUiManager : StdBSBaseService, IDisposable

    Constructors

    StdBSHybridCloudUiManager()

    Declaration
    public StdBSHybridCloudUiManager()

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnEditEntityRequested(StdBETipos.EnumEntityType, String)

    Method to trigger the entity creation request for the modules.

    Declaration
    public void OnEditEntityRequested(StdBETipos.EnumEntityType entityType, string entityKey)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    System.String entityKey

    OnNewEntityRequested(StdBETipos.EnumEntityType, StdBEVatNumberInfo)

    Method to trigger the entity creation request for the modules.

    Declaration
    public void OnNewEntityRequested(StdBETipos.EnumEntityType entityType, StdBEVatNumberInfo vatNumberInfo)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    StdBEVatNumberInfo vatNumberInfo

    OnUpdateEntityRequested(StdBETipos.EnumEntityType, StdBEVatNumberInfo)

    Method to trigger the event of sincronizing an entity.

    Declaration
    public void OnUpdateEntityRequested(StdBETipos.EnumEntityType entityType, StdBEVatNumberInfo vatNumberInfo)
    Parameters
    Type Name Description
    StdBETipos.EnumEntityType entityType
    StdBEVatNumberInfo vatNumberInfo

    Events

    EditEntityRequest

    Event to signal the open of an existing entity from the search panel.

    Declaration
    public event StdBSHybridCloudUiManager.EditEntityRequestHandler EditEntityRequest
    Event Type
    Type Description
    StdBSHybridCloudUiManager.EditEntityRequestHandler

    NewEntityRequest

    Event to signal the creation of a new entity from the search panel.

    Declaration
    public event StdBSHybridCloudUiManager.NewEntityRequestHandler NewEntityRequest
    Event Type
    Type Description
    StdBSHybridCloudUiManager.NewEntityRequestHandler

    UpdateEntityRequest

    Event to signal the update of an existing entity from the search panel.

    Declaration
    public event StdBSHybridCloudUiManager.UpdateEntityRequestHandler UpdateEntityRequest
    Event Type
    Type Description
    StdBSHybridCloudUiManager.UpdateEntityRequestHandler

    Implements

    System.IDisposable