Class StdBEXmlLic
Classe que define o XML de uma licença.
Implements
StdBE100.IStdBEXmlLic
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("4D174BE5-D840-4700-B884-E7A753464716")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXmlLic : StdBaseBE, IStdBEXmlLic
Constructors
StdBEXmlLic()
Initializes a new instance of the StdBEXmlLic class.
Declaration
public StdBEXmlLic()
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 |
ContaActiva
Conta de cliente activa.
Declaration
public bool ContaActiva { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DataFinalCSA
Data final do contrato.
Declaration
public string DataFinalCSA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataFinalLicenca
Data final da licença.
Declaration
public string DataFinalLicenca { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoSubscricao
Subscrição activa.
Declaration
public int EstadoSubscricao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LicencasIlimitadas
Licenças ilimitadas.
Declaration
public bool LicencasIlimitadas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LicencaTecnica
Licença técnica.
Declaration
public bool LicencaTecnica { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Localidade
Localidade.
Declaration
public string Localidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxEmpresas
Número máximo de companhias.
Declaration
public int MaxEmpresas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
Submodulos
Submodulos.
Declaration
public StdBEXmlLicSubmodulos Submodulos { get; }
Property Value
Type | Description |
---|---|
StdBEXmlLicSubmodulos |
TipoAmbiente
Gets or sets the tipo ambiente.
Declaration
public int TipoAmbiente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoPlataforma
Tipo de plataforma.
Declaration
public int TipoPlataforma { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Utilizador
Nome do utilizador.
Declaration
public string Utilizador { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdBE100.IStdBEXmlLic