Class VeiculoBase
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
public abstract class VeiculoBase
Properties
Placa
Declaration
public string Placa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RNTC
Declaration
public string RNTC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UF
Declaration
public UFBrasil UF { get; set; }
Property Value
Type | Description |
---|---|
UFBrasil |
Methods
ShouldSerializeRNTC()
Declaration
public bool ShouldSerializeRNTC()
Returns
Type | Description |
---|---|
System.Boolean |