Method | Description | |
---|---|---|
CarregaEstados ( ) : |
||
CarregaMunicipios ( ) : |
Carrega os Estados que possuem serviço de NFE já disponível. Estes Estados são carregados a partir do XML Webservice.xml que fica na pasta do executável do UNINFE Autor: Wandrey Mundin Ferreira Data: 01/03/2010 |
|
CarregaUF ( ) : |
||
CodigoParaUF ( int codigo ) : string | ||
ComputeHexadecimal ( string input ) : string |
Calcula valor hexadecimal Usado para calcular o Link do QRCode da NFCe
|
|
DeletarArquivo ( string arquivo ) : void |
Excluir arquivos do HD
|
|
ExibeDocumentacao ( ) : void | ||
ExtraiPastaNomeArq ( string arquivo, string finalArq ) : string |
Extrai o nome do arquivo de uma determinada string mantendo a pasta que ele está localizado
|
|
ExtrairNomeArq ( string arquivo, string finalArq ) : string |
Extrai o nome do arquivo de uma determinada string. Este não mantem a pasta que ele está localizado, fica somente o nome do arquivo.
|
|
GerarMD5 ( string valor ) : string | ||
GetDateTime ( string value ) : System.DateTime | ||
GetIPAddress ( ) : string |
Retorna o endereço IP desta estação
|
|
GetMD5Hash ( string input ) : string |
Criptografar conteúdo com MD5
|
|
GravaTxtXml ( object w, string fieldname, string content ) : void | ||
GravarErroMover ( string file, string resultFolder, string ex ) : void |
|
|
IsConnectedToInternet ( ) : bool | ||
LerArquivo ( string cArquivo ) : List |
Le arquivos no formato TXT Retorna uma lista do conteudo do arquivo
|
|
LerTag ( |
Busca o nome de uma determinada TAG em um Elemento do XML para ver se existe, se existir retorna seu conteúdo com um ponto e vírgula no final do conteúdo.
|
|
LerTag ( |
Busca o nome de uma determinada TAG em um Elemento do XML para ver se existe, se existir retorna seu conteúdo, com ou sem um ponto e vírgula no final do conteúdo.
|
|
LerTag ( |
||
Move ( string arquivoOrigem, string arquivoDestino ) : void |
Mover arquivo para uma determinada pasta
|
|
OnlyNumbers ( object text ) : object |
Remove caracteres não-numéricos e retorna.
|
|
OnlyNumbers ( object text, string removeChars ) : object |
Remove caracteres não-numéricos e retorna.
|
|
PadraoNFSe ( int municipio ) : PadroesNFSe | ||
PopulateClasse ( object classe, object origem ) : bool | ||
SetProperty ( object _this, string propName, object value ) : bool | ||
SetProperty ( object _this, |
||
StringXmlToStream ( string strXml ) : |
Método responsável por converter uma String contendo a estrutura de um XML em uma Stream para ser lida pela XMLDocument Conteúdo do método foi fornecido pelo Marcelo da desenvolvedores.net |
|
StringXmlToStreamUTF8 ( string strXml ) : |
||
UFParaCodigo ( string uf ) : int | ||
WriteLog ( string msg, bool gravarStackTrace, bool geraLog, string CNPJEmpresa ) : void | ||
XmlToString ( string parNomeArquivo ) : string |
Método responsável por ler o conteúdo de um XML e retornar em uma string
|
|
_FindEmpresaByThread ( ) : int |
Retorna a empresa pela thread atual
|
Method | Description | |
---|---|---|
CopyObjectTo ( this Source, object Destino ) : void | ||
FileInUse ( string file ) : bool | ||
InternetGetConnectedState ( int &Description, int ReservedValue ) : bool | ||
populateClasse ( object classe, string origem ) : bool |
public static CarregaEstados ( ) : |
||
return |
public static CarregaMunicipios ( ) : |
||
return |
public static CarregaUF ( ) : |
||
return |
public static CodigoParaUF ( int codigo ) : string | ||
codigo | int | |
return | string |
public static ComputeHexadecimal ( string input ) : string | ||
input | string | Valor a ser convertido |
return | string |
public static DeletarArquivo ( string arquivo ) : void | ||
arquivo | string | |
return | void |
public static ExtraiPastaNomeArq ( string arquivo, string finalArq ) : string | ||
arquivo | string | string contendo o caminho e nome do arquivo que é para ser extraído o conteúdo desejado |
finalArq | string | string contendo o final do nome do arquivo que é para ser retirado do nome |
return | string |
public static ExtrairNomeArq ( string arquivo, string finalArq ) : string | ||
arquivo | string | string contendo o caminho e nome do arquivo que é para ser extraído o conteúdo desejado |
finalArq | string | string contendo o final do nome do arquivo que é para ser retirado do nome |
return | string |
public static GerarMD5 ( string valor ) : string | ||
valor | string | |
return | string |
public static GetDateTime ( string value ) : System.DateTime | ||
value | string | |
return | System.DateTime |
public static GetMD5Hash ( string input ) : string | ||
input | string | Conteúdo a ser criptografado |
return | string |
public static GravaTxtXml ( object w, string fieldname, string content ) : void | ||
w | object | |
fieldname | string | |
content | string | |
return | void |
public static GravarErroMover ( string file, string resultFolder, string ex ) : void | ||
file | string | |
resultFolder | string | |
ex | string | |
return | void |
public static IsConnectedToInternet ( ) : bool | ||
return | bool |
public static LerArquivo ( string cArquivo ) : List |
||
cArquivo | string | |
return | List |
public static LerTag ( |
||
Elemento | Elemento a ser pesquisado o Nome da TAG | |
NomeTag | string | Nome da Tag |
return | string |
public static LerTag ( |
||
Elemento | Elemento a ser pesquisado o Nome da TAG | |
NomeTag | string | Nome da Tag |
RetornaPontoVirgula | bool | Retorna com ponto e vírgula no final do conteúdo da tag |
return | string |
public static LerTag ( |
||
Elemento | ||
NomeTag | string | |
defaultValue | string | |
return | string |
public static Move ( string arquivoOrigem, string arquivoDestino ) : void | ||
arquivoOrigem | string | Arquivo de origem (arquivo a ser movido) |
arquivoDestino | string | Arquivo de destino (destino do arquivo) |
return | void |
public static OnlyNumbers ( object text ) : object | ||
text | object | valor a ser convertido |
return | object |
public static OnlyNumbers ( object text, string removeChars ) : object | ||
text | object | valor a ser convertido |
removeChars | string | |
return | object |
public static PadraoNFSe ( int municipio ) : PadroesNFSe | ||
municipio | int | |
return | PadroesNFSe |
public static PopulateClasse ( object classe, object origem ) : bool | ||
classe | object | |
origem | object | |
return | bool |
public static SetProperty ( object _this, string propName, object value ) : bool | ||
_this | object | |
propName | string | |
value | object | |
return | bool |
public static SetProperty ( object _this, |
||
_this | object | |
propertyInfo | ||
value | object | |
return | void |
public static StringXmlToStream ( string strXml ) : |
||
strXml | string | |
return |
public static StringXmlToStreamUTF8 ( string strXml ) : |
||
strXml | string | |
return |
public static UFParaCodigo ( string uf ) : int | ||
uf | string | |
return | int |
public static WriteLog ( string msg, bool gravarStackTrace, bool geraLog, string CNPJEmpresa ) : void | ||
msg | string | |
gravarStackTrace | bool | |
geraLog | bool | |
CNPJEmpresa | string | |
return | void |
public static XmlToString ( string parNomeArquivo ) : string | ||
parNomeArquivo | string | Caminho e nome do arquivo XML que é para pegar o conteúdo e retornar na string. |
return | string |