PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBECategoriaMapa

    Definição de uma categoria de mapas.

    Inheritance
    System.Object
    StdBE
    AdmBaseBE
    AdmBECategoriaMapa
    Implements
    AdmBE100.IAdmBECategoriaMapa
    Inherited Members
    AdmBaseBE.AbvtApl
    StdBE.SerializeJson()
    StdBE.SerializeJson(List<String>)
    StdBE.ParseJsonText(String, List<String>)
    StdBE.SerializeJsonToXml(String, List<String>)
    StdBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    StdBE.Clone()
    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: AdmBE100
    Assembly: AdmBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("5AE57119-2F78-4F29-BFE2-A5D8EF726F5D")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBECategoriaMapa : AdmBaseBE, IAdmBECategoriaMapa

    Constructors

    AdmBECategoriaMapa()

    Declaration
    public AdmBECategoriaMapa()

    Properties

    Apl

    Abreviatura da aplicação.

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

    Categoria

    Nome da categoria.

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

    Default

    Nome do mapa por defeito.

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

    Descricao

    Descrição da categoria.

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

    EmModoEdicao

    Indice o modo de edição do registo (uso interno).

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    Linha

    Linhas de produtos em que os mapas desta categoria estão disponíveis.

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

    Implements

    AdmBE100.IAdmBECategoriaMapa