PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEXmlLicenca

    Classe que define o XML de uma licença.

    Inheritance
    System.Object
    StdBE
    StdBaseBE
    StdBEXmlLicenca
    Implements
    StdBE100.IStdBEXmlLicenca
    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("FDAC613B-8D49-458E-91F6-97DA5612B710")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEXmlLicenca : StdBaseBE, IStdBEXmlLicenca

    Constructors

    StdBEXmlLicenca()

    Declaration
    public StdBEXmlLicenca()

    Properties

    CodPostal1

    Código Postal.

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

    CodPostal2

    Código Postal (2).

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

    Localidade

    Localidade.

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

    Morada1

    Morada.

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

    Morada2

    Morada (2).

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

    NIF

    NIF.

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

    Nome

    Nome.

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

    Pais

    País.

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

    Utilizador

    Nome do utilizador.

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

    Implements

    StdBE100.IStdBEXmlLicenca