Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ResultTest

    Resultado do teste do web-service

    Inheritance
    System.Object
    ResultTest
    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.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
    System.Int32

    ErrorMessage

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

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

    Sucess

    True = Deu tudo certo

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

    XMotivo

    XMotivo retornado pelo web-service

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