PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEADUCfgNotificacao

    Classe que contém todas as propriedades relativas ás Notificações dos Alertas do Utilizador.

    Inheritance
    System.Object
    StdBEADUCfgNotificacao
    Implements
    StdPlatBE100.IStdBEADUCfgNotificacao
    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("4E05CC9B-2F55-45CC-B2F6-F2657FD6546A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEADUCfgNotificacao : IStdBEADUCfgNotificacao

    Constructors

    StdBEADUCfgNotificacao()

    Declaration
    public StdBEADUCfgNotificacao()

    Properties

    ConfigMail

    Configuração de Email.

    Declaration
    public StdBEADUMail ConfigMail { get; set; }
    Property Value
    Type Description
    StdBEADUMail

    ConfigSMS

    Configuração de SMS.

    Declaration
    public StdBEADUSms ConfigSMS { get; set; }
    Property Value
    Type Description
    StdBEADUSms

    Mail

    Indica se a notificação está configurada para email.

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

    SMS

    Indica se a notificação está configurada para SMS.

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

    Implements

    StdPlatBE100.IStdBEADUCfgNotificacao