Class Arma
Classe de informações de armamento
Inheritance
System.Object
Arma
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
[Serializable]
public class Arma
Fields
DescrField
Declaration
string DescrField
Field Value
Type | Description |
---|---|
System.String |
Properties
Descr
Descrição completa da arma, compreendendo: calibre, marca, capacidade, tipo de funcionamento, comprimento e demais elementos que permitam a sua perfeita identificação
Declaration
public string Descr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NCano
Número de série do cano
Declaration
public string NCano { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NSerie
Número de série da arma
Declaration
public string NSerie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpArma
Indicador de tipo de arma de fogo
Declaration
public TipoArma TpArma { get; set; }
Property Value
Type | Description |
---|---|
TipoArma |