Class D
Grupo que define uma dispensação unitária
Inheritance
System.Object
D
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.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class D
Properties
Cons
Número de CPF, sem pontuação, do comprador.
Declaration
public string Cons { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Desc
Elemento que informa a justificativa para a substituição.
Declaration
public string Desc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescField
Declaration
string DescField { }
Property Value
Type | Description |
---|---|
System.String |
Dui
Identificador Único de Medicamento(IUM);
Declaration
public Dui Dui { get; set; }
Property Value
Type | Description |
---|---|
Dui |
Methods
ShouldSerializeCons()
Só gera a tag "cons" se a propriedade "Cons" tiver conteúdo.
Declaration
public bool ShouldSerializeCons()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "cons" |
ShouldSerializeDesc()
Só gera a tag "desc" se a propriedade "Desc" tiver conteúdo.
Declaration
public bool ShouldSerializeDesc()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "desc" |