Class StdBEADUCfgPublicacao
Classe que contém todas as propriedades relativas aos campos das mensages de SMS das Notificações dos Alertas do Utilizador.
Inheritance
System.Object
StdBEADUCfgPublicacao
Implements
StdPlatBE100.IStdBEADUCfgPublicacao
StdPlatBE100.IStdBECfgPublicacaoGenerica
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("F373355E-318F-42D0-B1B0-B04E40B654E6")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEADUCfgPublicacao : IStdBEADUCfgPublicacao, IStdBECfgPublicacaoGenerica
Constructors
StdBEADUCfgPublicacao()
Declaration
public StdBEADUCfgPublicacao()
Properties
Caminho
Caminho da publicação.
Declaration
public string Caminho { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Compressao
Indica se o mecanismo de compressão está activo.
Declaration
public bool Compressao { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ExportarGrafico
Declaration
public bool ExportarGrafico { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Formato
Formato de exportação de email.
Declaration
public StdBETipos.EnumFormatoExportacaoMail Formato { get; set; }
Property Value
| Type | Description |
|---|---|
| StdBETipos.EnumFormatoExportacaoMail |
NomeFicheiro
Nome do ficheiro.
Declaration
public string NomeFicheiro { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
Password.
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Porta
Porto da publicação.
Declaration
public int Porta { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Publicacao
Tipo de publicação de alertas de utilizador.
Declaration
public StdBETipos.EnumTipoPublicacoesAlertasUtilizador Publicacao { get; set; }
Property Value
| Type | Description |
|---|---|
| StdBETipos.EnumTipoPublicacoesAlertasUtilizador |
Sufixo
Sufixo.
Declaration
public bool Sufixo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
URL
URL da publicação.
Declaration
public string URL { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserName
Identificador do utilizador.
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
StdPlatBE100.IStdBEADUCfgPublicacao
StdPlatBE100.IStdBECfgPublicacaoGenerica