Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class OrigComb

    Classe do indicador da origem do combustível

    Inheritance
    System.Object
    OrigComb
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class OrigComb

    Properties

    CUFOrig

    UF de origem do produtor ou do importado

    Declaration
    public UFBrasil CUFOrig { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFOrigField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade CUFOrig para atribuir ou resgatar o valor)

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

    IndImport

    Indicador de importação

    Declaration
    public IndicadorImportacao IndImport { get; set; }
    Property Value
    Type Description
    IndicadorImportacao

    POrig

    Percentual do índice de mistura do Biodiesel (B100) no Óleo Diesel B instituído pelo órgão regulamentador

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

    POrigField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade POrig para atribuir ou resgatar o valor)

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