C# 클래스 NFe.Components.GovDigital.GovDigitalBase

상속: NFe.Components.Abstract.EmiteNFSeBase
파일 보기 프로젝트 열기: akretion/uninfe

공개 메소드들

메소드 설명
CancelarNfse ( string file ) : void
ConsultarLoteRps ( string file ) : void
ConsultarNfse ( string file ) : void
ConsultarNfsePorRps ( string file ) : void
ConsultarSituacaoLoteRps ( string file ) : void
EmiteNF ( string file ) : void
GovDigitalBase ( TipoAmbiente tpAmb, string pastaRetorno, X509Certificate certificate, int codMun, string proxyUser, string proxyPass, string proxyServer ) : NFe.Components.Abstract

비공개 메소드들

메소드 설명
AddClientCertificates ( ) : void
AddProxyUser ( ) : void
Invoke ( string methodName ) : string
ReaderXML ( string file ) : string

메소드 상세

CancelarNfse() 공개 메소드

public CancelarNfse ( string file ) : void
file string
리턴 void

ConsultarLoteRps() 공개 메소드

public ConsultarLoteRps ( string file ) : void
file string
리턴 void

ConsultarNfse() 공개 메소드

public ConsultarNfse ( string file ) : void
file string
리턴 void

ConsultarNfsePorRps() 공개 메소드

public ConsultarNfsePorRps ( string file ) : void
file string
리턴 void

ConsultarSituacaoLoteRps() 공개 메소드

public ConsultarSituacaoLoteRps ( string file ) : void
file string
리턴 void

EmiteNF() 공개 메소드

public EmiteNF ( string file ) : void
file string
리턴 void

GovDigitalBase() 공개 메소드

public GovDigitalBase ( TipoAmbiente tpAmb, string pastaRetorno, X509Certificate certificate, int codMun, string proxyUser, string proxyPass, string proxyServer ) : NFe.Components.Abstract
tpAmb TipoAmbiente
pastaRetorno string
certificate System.Security.Cryptography.X509Certificates.X509Certificate
codMun int
proxyUser string
proxyPass string
proxyServer string
리턴 NFe.Components.Abstract