Class Configuration
Configurações gerais
Inheritance
System.Object
Configuration
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
Assembly: Unimake.Business.DFe.dll
Syntax
public static class Configuration
Properties
ArquivoConfigGeral
Arquivo de configurações gerais (Namespace + Nome do Arquivo)
Declaration
public static string ArquivoConfigGeral { get; }
Property Value
Type | Description |
---|---|
System.String |
ArquivoConfigPadrao
Nome do arquivo de configuração padrão
Declaration
public static string ArquivoConfigPadrao { get; }
Property Value
Type | Description |
---|---|
System.String |
NamespaceConfig
Namespace da localização das configurações dos serviços
Declaration
public static string NamespaceConfig { get; }
Property Value
Type | Description |
---|---|
System.String |
NamespaceSchema
Namespace da localização dos schemas para validação dos XML
Declaration
public static string NamespaceSchema { get; }
Property Value
Type | Description |
---|---|
System.String |