Class StdBEXDUMapa
Definição de uma função do utilizador (execução de mapas do utilizador).
Inheritance
System.Object
StdBEXDUMapa
Implements
StdPlatBE100.IStdBEXDUMapa
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: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("A674A335-4677-4840-AFAA-A2AFCB175168")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXDUMapa : IStdBEXDUMapa
Constructors
StdBEXDUMapa()
Declaration
public StdBEXDUMapa()
Properties
Directoria
Directoria de exportação.
Declaration
public string Directoria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailAssunto
Assunto da mensagem.
Declaration
public string EmailAssunto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailMensagem
Corpo da mensagem.
Declaration
public string EmailMensagem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailPara
Endereços de email a colocar no campo TO.
Declaration
public string EmailPara { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnviarEmail
Indica se o mapa deve ser enviado por email.
Declaration
public bool EnviarEmail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExportarFicheiro
Indica se o mapa deve ser exportado.
Declaration
public bool ExportarFicheiro { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Formato
Formato de exportação.
Declaration
public StdBETipos.TipoFormatoMapa Formato { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.TipoFormatoMapa |
Funcao
Identificador da função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mapa
Nome do mapa.
Declaration
public string Mapa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEXDUMapa