PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEDefCampoUtil

    Classe correspondente à definição de um campo do utilizador.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEDefCampoUtil
    Implements
    StdBE100.IStdBEDefCampoUtil
    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("FA9EBEF6-1D25-41DB-83DA-6814C9B95730")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEDefCampoUtil : StdBaseBE, IStdBEDefCampoUtil

    Constructors

    StdBEDefCampoUtil()

    Declaration
    public StdBEDefCampoUtil()

    Properties

    DadosSensiveis

    Indica se o campo está sujeito a tratamento de dados sensíveis.

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

    Descricao

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

    Dimensao

    Declaration
    public int Dimensao { get; set; }
    Property Value
    Type Description
    System.Int32

    Escala

    Declaration
    public int Escala { get; set; }
    Property Value
    Type Description
    System.Int32

    ExportarTTE

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

    Nome

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

    PermiteNulos

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

    Precisao

    Declaration
    public int Precisao { get; set; }
    Property Value
    Type Description
    System.Int32

    Query

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

    TamanhoMaximo

    Declaration
    public int TamanhoMaximo { get; set; }
    Property Value
    Type Description
    System.Int32

    Tipo

    Declaration
    public StdBETipos.EnumTipoCampo Tipo { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumTipoCampo

    TipoSimplificado

    Declaration
    public StdBETipos.EnumTipoCampoSimplificado TipoSimplificado { get; }
    Property Value
    Type Description
    StdBETipos.EnumTipoCampoSimplificado

    TipoSistema

    Declaration
    public int TipoSistema { get; set; }
    Property Value
    Type Description
    System.Int32

    Titulo

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

    ValorDefeito

    Declaration
    public object ValorDefeito { get; set; }
    Property Value
    Type Description
    System.Object

    Visivel

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

    Implements

    StdBE100.IStdBEDefCampoUtil