PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEADUParametro

    Classe que contém todas as propriedades relativas aos Parametros dos Alertas do Utilizador.

    Inheritance
    System.Object
    StdBEADUParametro
    Implements
    StdPlatBE100.IStdBEADUParametro
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("22D72CAC-F4AB-427C-9132-052DF5316078")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEADUParametro : IStdBEADUParametro

    Constructors

    StdBEADUParametro()

    Declaration
    public StdBEADUParametro()

    Properties

    IdAlerta

    Identificador do Id do Alerta do Utilizador.

    Declaration
    public string IdAlerta { get; set; }
    Property Value
    Type Description
    System.String

    IdLista

    Identificador do ID da Lista.

    Declaration
    public string IdLista { get; set; }
    Property Value
    Type Description
    System.String

    Parametro

    Identificador do Parametro.

    Declaration
    public string Parametro { get; set; }
    Property Value
    Type Description
    System.String

    Valor

    Identificador do Valor.

    Declaration
    public string Valor { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    StdPlatBE100.IStdBEADUParametro