Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetCont

    Detalhamento dos Contêineres.

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

    Properties

    InfDoc

    Informações dos documentos do contêiner.

    Declaration
    public DetContInfDoc InfDoc { get; set; }
    Property Value
    Type Description
    DetContInfDoc

    Lacre

    Lacres.

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

    NCont

    Número do Contêiner.

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