PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEADUCategoria

    Classe que contém todas as propriedades relativas aos Perfis de Alertas do Utilizador.

    Inheritance
    System.Object
    StdBEADUCategoria
    Implements
    StdPlatBE100.IStdBEADUCategoria
    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("A9A94019-0325-407E-8F05-2DF288974EA0")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEADUCategoria : IStdBEADUCategoria

    Constructors

    StdBEADUCategoria()

    Declaration
    public StdBEADUCategoria()

    Properties

    Categoria

    Identificador do Perfil.

    Declaration
    public string Categoria { get; set; }
    Property Value
    Type Description
    System.String

    IdAlerta

    Identificador do Id do Alerta do Utilizador.

    Declaration
    public string IdAlerta { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    StdPlatBE100.IStdBEADUCategoria