PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEEventoSistema

    Definição de um evento do sistema

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEEventoSistema
    Implements
    StdBE100.IStdBEEventoSistema
    Inherited Members
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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: StdBE100
    Assembly: StdBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("FE12307D-6181-4700-B2C3-30BAB4DDCE8D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEEventoSistema : StdBaseBE, IStdBEEventoSistema

    Constructors

    StdBEEventoSistema()

    Declaration
    public StdBEEventoSistema()

    Properties

    AccaoNecessaria

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

    Codigo

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

    CriadoEm

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

    CriadoPor

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

    Criticidade

    Declaration
    public StdBETipos.EnumEventoCriticidade Criticidade { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumEventoCriticidade

    Dados

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

    Descricao

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

    Estado

    Declaration
    public StdBETipos.EnumEventoEstado Estado { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumEventoEstado

    EventoInserido

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

    EventoUnico

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

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    Justificacao

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

    ModificadoEm

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

    ModificadoPor

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

    Origem

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

    Implements

    StdBE100.IStdBEEventoSistema