Class Disp
Inheritance
System.Object
Disp
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.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Disp
Properties
CNPJForn
CNPJ do Fornecedor
Declaration
public string CNPJForn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CNPJPg
CNPJ do Pagador
Declaration
public string CNPJPg { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CPFPg
CPF do Pagador
Declaration
public string CPFPg { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NCompra
Número da Compra
Declaration
public string NCompra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpValePed
Tipo do Vale Pedágio
Declaration
public TipoValePedagio? TpValePed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoValePedagio> |
VValePed
Valor do Vale Pedágio
Declaration
public double VValePed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VValePedField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VValePed" para atribuir ou resgatar o valor)
Declaration
public string VValePedField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCNPJPg()
Verifica se deve serializar o campo CNPJPg (não vazio)
Declaration
public bool ShouldSerializeCNPJPg()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCPFPg()
Verifica se deve serializar o campo CPFPg (não vazio)
Declaration
public bool ShouldSerializeCPFPg()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNCompra()
Verifica se deve serializar o campo NCompra (não vazio) e se algum dos campos CNPJPg, CPFPg ou CNPJForn estiver preenchido
Declaration
public bool ShouldSerializeNCompra()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTpValePed()
Verifica se deve serializar o campo TpValePed (não nulo)
Declaration
public bool ShouldSerializeTpValePed()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeVValePedField()
Verifica se deve serializar o campo VValePedField (CNPJForn não vazio)
Declaration
public bool ShouldSerializeVValePedField()
Returns
Type | Description |
---|---|
System.Boolean |