Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DocZip

    Inheritance
    System.Object
    DocZip
    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
    public class DocZip

    Properties

    ConteudoXML

    Conteúdo do XML retornado no formato string

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

    DocXML

    Conteúdo do XML retornado no formato XmlDocument

    Declaration
    public XmlDocument DocXML { get; }
    Property Value
    Type Description
    System.Xml.XmlDocument

    NSU

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

    Schema

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

    TipoXML

    Tipo dos XML retornados no DocZip

    Declaration
    public TipoXMLDocZip TipoXML { get; }
    Property Value
    Type Description
    TipoXMLDocZip

    Value

    Conteúdo do XML em BASE64 compactado com GZIP (Da forma que é retornado pelo web-service)

    Declaration
    public byte[] Value { get; set; }
    Property Value
    Type Description
    System.Byte[]