PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBECategoryInfo

    Standard Business Entity Category Info.

    Inheritance
    System.Object
    StdBECategoryInfo
    Implements
    StdPlatBE100.IStdBECategoryInfo
    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("9DDD6DC4-24D7-4FD8-8111-2A9D81C53401")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBECategoryInfo : IStdBECategoryInfo

    Constructors

    StdBECategoryInfo()

    Declaration
    public StdBECategoryInfo()

    Properties

    Categoria

    Categoria a que está associado o componente

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

    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

    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

    Implements

    StdPlatBE100.IStdBECategoryInfo

    See Also

    StdPlatBE100.IStdBECategoryInfo