Class AdmBEEstatisticaImpressao
Definição de estatísticas de impressão.
Implements
AdmBE100.IAdmBEEstatisticaImpressao
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("E94BA05C-9B08-4CD3-9295-DFBBD5897BCC")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEEstatisticaImpressao : AdmBaseBE, IAdmBEEstatisticaImpressao
Constructors
AdmBEEstatisticaImpressao()
Declaration
public AdmBEEstatisticaImpressao()
Properties
Aplicacao
Abreviatura da aplicação.
Declaration
public string Aplicacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Existe
Indica se o registo existe.
Declaration
public bool Existe { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumImpressoes
Número de impressões.
Declaration
public int NumImpressoes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumMapas
Número de mapas impressos.
Declaration
public int NumMapas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
AdmBE100.IAdmBEEstatisticaImpressao