PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSRegistry

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("E1ABCD01-3101-4E18-ABFB-D3F44C797C71")]
    public interface IStdBSRegistry

    Methods

    DaValorLong(StdBETipos.EnumClassesRegistry, String, String, Int32)

    Declaration
    int DaValorLong(StdBETipos.EnumClassesRegistry enuClasse, string strChave, string strNomeValor, int lngValDefeito)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuClasse
    System.String strChave
    System.String strNomeValor
    System.Int32 lngValDefeito
    Returns
    Type Description
    System.Int32

    DaValorString(StdBETipos.EnumClassesRegistry, String, String, String)

    Declaration
    string DaValorString(StdBETipos.EnumClassesRegistry enuClasse, string strChave, string strNomeValor, string strValDefeito)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuClasse
    System.String strChave
    System.String strNomeValor
    System.String strValDefeito
    Returns
    Type Description
    System.String

    EnumeraChaves(StdBETipos.EnumClassesRegistry, String)

    Declaration
    string[] EnumeraChaves(StdBETipos.EnumClassesRegistry enuCalsse, string strChave)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuCalsse
    System.String strChave
    Returns
    Type Description
    System.String[]

    EnumeraValores(StdBETipos.EnumClassesRegistry, String)

    Declaration
    string[] EnumeraValores(StdBETipos.EnumClassesRegistry enuCalsse, string strChave)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuCalsse
    System.String strChave
    Returns
    Type Description
    System.String[]

    GravaValorLong(StdBETipos.EnumClassesRegistry, String, String, Int32)

    Declaration
    void GravaValorLong(StdBETipos.EnumClassesRegistry enuClasse, string strChave, string strNomeValor, int lngValor)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuClasse
    System.String strChave
    System.String strNomeValor
    System.Int32 lngValor

    GravaValorString(StdBETipos.EnumClassesRegistry, String, String, String)

    Declaration
    void GravaValorString(StdBETipos.EnumClassesRegistry enuClasse, string strChave, string strNomeValor, string strValor)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuClasse
    System.String strChave
    System.String strNomeValor
    System.String strValor

    RemoveValor(StdBETipos.EnumClassesRegistry, String, String)

    Declaration
    void RemoveValor(StdBETipos.EnumClassesRegistry enuClasse, string strChave, string strNomeValor)
    Parameters
    Type Name Description
    StdBETipos.EnumClassesRegistry enuClasse
    System.String strChave
    System.String strNomeValor