Class StdBEIDUCfgNotificacao
Classe que contém todas as propriedades relativas ás Notificações dos Indicadores do Utilizador.
Inheritance
System.Object
StdBEIDUCfgNotificacao
Implements
StdPlatBE100.IStdBEIDUCfgNotificacao
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("2D4B3351-022D-46A3-8B29-3627CD6D7581")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEIDUCfgNotificacao : IStdBEIDUCfgNotificacao
Constructors
StdBEIDUCfgNotificacao()
Declaration
public StdBEIDUCfgNotificacao()
Properties
ConfigMail
Define as propriedades das notificações por E-Mail do Indicador do Utilizador.
Declaration
public StdBEIDUMail ConfigMail { get; set; }
Property Value
Type | Description |
---|---|
StdBEIDUMail |
ConfigSMS
Define as propriedades das notificações por SMS do Indicador do Utilizador.
Declaration
public StdBEIDUSms ConfigSMS { get; set; }
Property Value
Type | Description |
---|---|
StdBEIDUSms |
Indica se o Indicador do Utilizador envia notificações por E-Mail.
Declaration
public bool Mail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SMS
Indica se o Indicador do Utilizador envia notificações por SMS.
Declaration
public bool SMS { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
StdPlatBE100.IStdBEIDUCfgNotificacao