Class StdBEXmlLicenca
Classe que define o XML de uma licença.
Implements
StdBE100.IStdBEXmlLicenca
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: 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