PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEErroSegSocial

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEErroSegSocial
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEErroSegSocial
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("54FC9307-31CD-4798-9DDD-C7C38A8F803A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEErroSegSocial : RhpBaseBE, INotifyPropertyChanged, IRhpBEErroSegSocial

    Constructors

    RhpBEErroSegSocial()

    Declaration
    public RhpBEErroSegSocial()

    Properties

    CodigoErro

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

    DescErro

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

    Funcionario

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

    Niss

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

    Nome

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

    Valor

    Declaration
    public object Valor { get; set; }
    Property Value
    Type Description
    System.Object

    ValorSS

    Declaration
    public object ValorSS { get; set; }
    Property Value
    Type Description
    System.Object

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEErroSegSocial