Class InfUnidCarga
Inheritance
System.Object
InfUnidCarga
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 InfUnidCarga
Properties
IdUnidCarga
Declaration
public string IdUnidCarga { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LacUnidCarga
Declaration
public List<LacUnidCarga> LacUnidCarga { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LacUnidCarga> |
QtdRat
Declaration
public double QtdRat { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QtdRatField
Declaration
public string QtdRatField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpUnidCarga
Declaration
public TipoUnidadeCarga TpUnidCarga { get; set; }
Property Value
Type | Description |
---|---|
TipoUnidadeCarga |
Methods
ShouldSerializeQtdRatField()
Declaration
public bool ShouldSerializeQtdRatField()
Returns
Type | Description |
---|---|
System.Boolean |