Class StdBEXDUAnexo
Definição de um ficheiro anexo a uma função do utilizador (envio de mensagens de email).
Inheritance
System.Object
StdBEXDUAnexo
Implements
StdPlatBE100.IStdBEXDUAnexo
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("9705160D-3BB4-4010-AFCD-03FB5EB2515C")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXDUAnexo : IStdBEXDUAnexo
Constructors
StdBEXDUAnexo()
Declaration
public StdBEXDUAnexo()
Properties
Anexo
Ficheiro anexo.
Declaration
public string Anexo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcao
Identificador da função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdPlatBE100.IStdBEXDUAnexo