Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Ferrov

    Inheritance
    object
    Ferrov
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class Ferrov

    Properties

    Trem

    Informações do Trem

    Declaration
    [XmlElement("trem")]
    public Trem Trem { get; set; }
    Property Value
    Type Description
    Trem

    Vag

    Informações das Vagões

    Declaration
    [XmlElement("vag")]
    public List<Vag> Vag { get; set; }
    Property Value
    Type Description
    List<Vag>