PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBECategoryInfo

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBECategoryInfo
    Implements
    BasBE100.IBasBECategoryInfo
    Inherited Members
    BasBaseBE.AbvtApl
    BaseBE.SerializeJson()
    BaseBE.SerializeJson(List<String>)
    BaseBE.SerializeJsonToXml(String, List<String>)
    BaseBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    BaseBE.Clone()
    BaseBE.DescricaoEntidade
    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: BasBE100
    Assembly: BasBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("7bf0c9da-efb1-49ca-b33f-4ca0acc30633")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBECategoryInfo : BasBaseBE, IBasBECategoryInfo

    Constructors

    BasBECategoryInfo()

    Declaration
    public BasBECategoryInfo()

    Properties

    Categoria

    Categoria a que está associado o componente

    Declaration
    public BasBETipos.EnumCategoria Categoria { get; set; }
    Property Value
    Type Description
    BasBETipos.EnumCategoria

    Config

    Configuração do componente em formato XML

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

    Contexto

    Contexto

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

    ContextoEX

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

    Expandido

    Expandido

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

    Id

    Identificador do registo

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

    Params

    Parametros de entrada em formato XML

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

    Tipo

    Tipo do componente

    Declaration
    public BasBETipos.EnumTypeCategoryInfo Tipo { get; set; }
    Property Value
    Type Description
    BasBETipos.EnumTypeCategoryInfo

    Implements

    BasBE100.IBasBECategoryInfo