Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ResultTest

    Resultado do teste do web-service

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

    Properties

    CStat

    CStat retornado pelo web-service

    Declaration
    public int CStat { get; set; }
    Property Value
    Type Description
    int

    ErrorMessage

    Em caso de exceção teremos todas as mensagens nesta propriedade;

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    string

    Sucess

    True = Deu tudo certo

    Declaration
    public bool Sucess { get; set; }
    Property Value
    Type Description
    bool

    XMotivo

    XMotivo retornado pelo web-service

    Declaration
    public string XMotivo { get; set; }
    Property Value
    Type Description
    string