Interface IRhpBEProcMovimento
  
  
  
  
  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
  
  
  Percentual
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  Periodo
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Quantidade
  
  
  Declaration
  
    float? Quantidade { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Single> | 
         | 
      
    
  
  
  SortKey
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  TipoMovimento
  
  
  Declaration
  
    RhpBETipos.TipoLinha TipoMovimento { get; }
   
  Property Value
  
  
  Valor
  
  
  Declaration
  
  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 | 
         |