PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBETipoLoginAssociado

    Classe que define um tipo de login associado.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBETipoLoginAssociado
    Implements
    StdBE100.IStdBETipoLoginAssociado
    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("EB12D337-0412-4E91-A39D-258FB6963121")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBETipoLoginAssociado : StdBaseBE, IStdBETipoLoginAssociado

    Constructors

    StdBETipoLoginAssociado()

    Declaration
    public StdBETipoLoginAssociado()

    Properties

    Apl

    Identificador da aplicação.

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

    CodificaInfo

    Indica se a informação deve ser codificada.

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

    InfoAdicional

    Informação adicional.

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

    Tipo

    Tipo de login associado.

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

    TipoLocal

    Tipo local.

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

    Implements

    StdBE100.IStdBETipoLoginAssociado