Class Activ
Grupo do evento de Ativação.
Inheritance
System.Object
Activ
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 Activ
Properties
CompDui
Grupo de informações de uma embalagem de medicamento, que é composta por 1 ou mais IUMs, mas não é uma embalagem de transporte de medicamento. Ex.: Kit de medicamento.
Declaration
public List<CompDui> CompDui { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CompDui> |
|
Dui
Grupo de informações que formam o Identificador Único de Medicamento(IUM).
Declaration
public List<Dui> Dui { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Dui> |
|
EvtNotifId
Identificador da notificação da instância de evento, gerado localmente pelo sistema cliente.
Declaration
public string EvtNotifId { get; set; }
Property Value
Type |
Description |
System.String |
|
Import
Elemento que informa se todos os DUIs dessa ativação são importados: false - Não são importados; true - São importados.
Declaration
public bool Import { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Outsrc
Para identificação do terceiro no caso de produção não realizada pelo detentor do registro
Declaration
public Outsrc Outsrc { get; set; }
Property Value
PastTime
Data e horário em que a instância de evento ocorreu.
Declaration
public DateTimeOffset PastTime { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
PastTimeField
Declaration
public string PastTimeField { get; set; }
Property Value
Type |
Description |
System.String |
|
RealTime
Indica que a instância de evento está sendo comunicada em tempo real. Valor informado deve sempre ser "true".
Declaration
public bool RealTime { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Replacing
Instância de evento sendo substituída por esta instância de evento.
Declaration
public Replacing Replacing { get; set; }
Property Value
Methods
ShouldSerializePastTimeField()
Declaration
public bool ShouldSerializePastTimeField()
Returns
Type |
Description |
System.Boolean |
|