PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEConfiguracaoMapas

    Classe que define o objeto a passar para abrir a janela de configuração de mapas.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEConfiguracaoMapas
    Implements
    StdBE100.IStdBEConfiguracaoMapas
    Inherited Members
    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: StdBE100
    Assembly: StdBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("3A55A1CA-500D-4976-9045-E1276C99434A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEConfiguracaoMapas : StdBaseBE, IStdBEConfiguracaoMapas

    Constructors

    StdBEConfiguracaoMapas()

    Declaration
    public StdBEConfiguracaoMapas()

    Properties

    Aplicacao

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

    Categoria

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

    CategoriaCertificada

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

    Documento

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

    Empresa

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

    FormPai

    Declaration
    public Form FormPai { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Form

    Modal

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

    RestricaoSql

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

    Implements

    StdBE100.IStdBEConfiguracaoMapas
    In This Article
    • Constructors
      • StdBEConfiguracaoMapas()
    • Properties
      • Aplicacao
      • Categoria
      • CategoriaCertificada
      • Documento
      • Empresa
      • FormPai
      • Modal
      • RestricaoSql
    • Implements