Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ValePed

    Inheritance
    System.Object
    ValePed
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class ValePed

    Properties

    CategCombVeic

    Categoria de Combinação Veicular

    Declaration
    public CategoriaCombinacaoVeicular? CategCombVeic { get; set; }
    Property Value
    Type Description
    System.Nullable<CategoriaCombinacaoVeicular>

    Disp

    Detalhamento do Vale Pedágio

    Declaration
    public List<Disp> Disp { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Disp>

    Methods

    ShouldSerializeCategCombVeic()

    Verifica se deve serializar o campo CategCombVeic (não nulo)

    Declaration
    public bool ShouldSerializeCategCombVeic()
    Returns
    Type Description
    System.Boolean