Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeStatus

    Situação atual do evento

    Inheritance
    object
    IdeStatus
    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.EFDReinf
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class IdeStatus

    Properties

    CdRetorno

    Declaration
    [XmlElement("cdRetorno")]
    public CodigoDoRetorno CdRetorno { get; set; }
    Property Value
    Type Description
    CodigoDoRetorno

    DescRetorno

    Declaration
    [XmlElement("descRetorno")]
    public string DescRetorno { get; set; }
    Property Value
    Type Description
    string

    RegOcorrs

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