C# 클래스 NFSe.Components.IPM

Emite notas fiscais de serviço no padrão IPM
상속: IEmiteNFSeIPM
파일 보기 프로젝트 열기: akretion/uninfe 1 사용 예제들

공개 메소드들

메소드 설명
CodigoTom ( int nCodIbge ) : int
EmitirNF ( string file, TipoAmbiente tpAmb, bool cancelamento = false ) : string
GerarRetorno ( string file, string result, string extEnvio, string extRetorno ) : void
IPM ( string usuario, string senha, int cidade, string caminhoRetorno ) : System

메소드 상세

CodigoTom() 공개 메소드

public CodigoTom ( int nCodIbge ) : int
nCodIbge int
리턴 int

EmitirNF() 공개 메소드

public EmitirNF ( string file, TipoAmbiente tpAmb, bool cancelamento = false ) : string
file string
tpAmb TipoAmbiente
cancelamento bool
리턴 string

GerarRetorno() 공개 메소드

public GerarRetorno ( string file, string result, string extEnvio, string extRetorno ) : void
file string
result string
extEnvio string
extRetorno string
리턴 void

IPM() 공개 메소드

public IPM ( string usuario, string senha, int cidade, string caminhoRetorno ) : System
usuario string
senha string
cidade int
caminhoRetorno string
리턴 System