Class Vol
Inheritance
System.Object
Vol
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Vol
Fields
EspField
Declaration
Field Value
Type |
Description |
System.String |
|
MarcaField
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
Esp
Declaration
public string Esp { get; set; }
Property Value
Type |
Description |
System.String |
|
Lacres
Declaration
public List<Lacres> Lacres { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Lacres> |
|
Marca
Declaration
public string Marca { get; set; }
Property Value
Type |
Description |
System.String |
|
NVol
Declaration
public string NVol { get; set; }
Property Value
Type |
Description |
System.String |
|
PesoB
Declaration
public double PesoB { get; set; }
Property Value
Type |
Description |
System.Double |
|
PesoBField
Declaration
public string PesoBField { get; set; }
Property Value
Type |
Description |
System.String |
|
PesoL
Declaration
public double PesoL { get; set; }
Property Value
Type |
Description |
System.Double |
|
PesoLField
Declaration
public string PesoLField { get; set; }
Property Value
Type |
Description |
System.String |
|
QVol
Declaration
public double QVol { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
ShouldSerializeEsp()
Declaration
public bool ShouldSerializeEsp()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMarca()
Declaration
public bool ShouldSerializeMarca()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeNVol()
Declaration
public bool ShouldSerializeNVol()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePesoBField()
Declaration
public bool ShouldSerializePesoBField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePesoLField()
Declaration
public bool ShouldSerializePesoLField()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeQVol()
Declaration
public bool ShouldSerializeQVol()
Returns
Type |
Description |
System.Boolean |
|