PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBENotificacao

    Classe que contém todas as propriedades de uma notificação.

    Inheritance
    System.Object
    StdBENotificacao
    Implements
    StdPlatBE100.IStdBENotificacao
    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("5C5043BB-3821-4220-B914-373DC7B184A2")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBENotificacao : IStdBENotificacao

    Constructors

    StdBENotificacao()

    Criar nova notificação/dica.

    Declaration
    public StdBENotificacao()

    Properties

    CustomBackColor

    Cor de fundo customizada.

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

    CustomBorderColor

    Cor de rebordo customizada.

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

    CustomIcon

    Ícone customizado.

    Declaration
    public Image CustomIcon { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    Guid

    GUID da notificação

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

    Id

    Identificador da notificação.

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

    Markup

    Markup da notificação.

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

    Mensagem

    Mensagem da notificação.

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

    TimeStamp

    TimeStamp da notificação.

    Declaration
    public DateTime TimeStamp { get; }
    Property Value
    Type Description
    System.DateTime

    Tipo

    Tipo da notificação.

    Declaration
    public StdBETipos.TipoNotificacao Tipo { get; set; }
    Property Value
    Type Description
    StdBETipos.TipoNotificacao

    Titulo

    Título da notificação.

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

    Volatil

    Notificação volatil.

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

    Implements

    StdPlatBE100.IStdBENotificacao