Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Ret

    Grupo para cada retorno do Web Service.

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

    Properties

    Code

    Código da mensagem de retorno do Web Service.

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

    Desc

    Descrição da mensagem de retorno.

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

    DescField

    Declaration
    string DescField { }
    Property Value
    Type Description
    System.String

    Effect

    Efeito da mensagem de retorno do Web Service.Efeitos previstos: SUC – Sucesso / WNG – Advertência / REJ – Rejeição.

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