Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IdeStatus

    Situação atual do evento

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

    Properties

    CdRetorno

    Declaration
    public CodigoDoRetorno CdRetorno { get; set; }
    Property Value
    Type Description
    CodigoDoRetorno

    DescRetorno

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

    RegOcorrs

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