PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSPaymentConfiguration

    Inheritance
    System.Object
    StdBSBaseSettingsControl
    StdBSPaymentConfiguration
    Inherited Members
    StdBSBaseSettingsControl.Grava()
    StdBSBaseSettingsControl.Plataforma
    Namespace: StdPlatBS100.UserControls
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSPaymentConfiguration : StdBSBaseSettingsControl

    Constructors

    StdBSPaymentConfiguration()

    Declaration
    public StdBSPaymentConfiguration()

    Properties

    PaymentsAvailable

    Gets a value indicating whether [payments available].

    Declaration
    public bool PaymentsAvailable { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

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

    true if managed resources should be disposed; otherwise, false.

    Gravar()

    Declaration
    public void Gravar()

    Inicializa(StdPlatBS)

    Inicializas the specified plataforma.

    Declaration
    public override void Inicializa(StdPlatBS plataforma)
    Parameters
    Type Name Description
    StdPlatBS plataforma

    The plataforma.

    Overrides
    StdBSBaseSettingsControl.Inicializa(StdPlatBS)