PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IRhpBEProcMovimento

    Namespace: RhpBE100.Interfaces
    Assembly: RhpBE100.dll
    Syntax
    public interface IRhpBEProcMovimento : INotifyPropertyChanged

    Properties

    CambioMAlt

    Declaration
    double CambioMAlt { get; set; }
    Property Value
    Type Description
    System.Double

    CambioMBase

    Declaration
    double CambioMBase { get; set; }
    Property Value
    Type Description
    System.Double

    CambioMInt

    Declaration
    double CambioMInt { get; set; }
    Property Value
    Type Description
    System.Double

    Codigo

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

    Descricao

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

    Moeda

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

    Origem

    Declaration
    OrigemDados Origem { get; set; }
    Property Value
    Type Description
    OrigemDados

    Percentual

    Declaration
    bool Percentual { get; }
    Property Value
    Type Description
    System.Boolean

    Periodo

    Declaration
    string Periodo { get; }
    Property Value
    Type Description
    System.String

    Quantidade

    Declaration
    float? Quantidade { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    SortKey

    Declaration
    string SortKey { get; }
    Property Value
    Type Description
    System.String

    TipoMovimento

    Declaration
    RhpBETipos.TipoLinha TipoMovimento { get; }
    Property Value
    Type Description
    RhpBETipos.TipoLinha

    Valor

    Declaration
    double Valor { get; }
    Property Value
    Type Description
    System.Double

    ValorEmpresa

    Declaration
    double ValorEmpresa { get; }
    Property Value
    Type Description
    System.Double

    ValorIliquido

    Declaration
    double ValorIliquido { get; set; }
    Property Value
    Type Description
    System.Double

    ValorIntroducao

    Declaration
    double ValorIntroducao { get; set; }
    Property Value
    Type Description
    System.Double

    ValorUnit

    Declaration
    double ValorUnit { get; set; }
    Property Value
    Type Description
    System.Double

    ValorUnitario

    Declaration
    double ValorUnitario { get; set; }
    Property Value
    Type Description
    System.Double