Class StdBEXmlLicSubmodulo
Classe que define o XML de um submodulo da licença.
Implements
StdBE100.IStdBEXmlLicSubmodulo
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("46B962F6-F6E1-4844-A2B4-336A12FC6CB5")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXmlLicSubmodulo : StdBaseBE, IStdBEXmlLicSubmodulo
Constructors
StdBEXmlLicSubmodulo()
Initializes a new instance of the StdBEXmlLicSubmodulo class.
Declaration
public StdBEXmlLicSubmodulo()
Properties
Cals
Cals.
Declaration
public int Cals { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FullUser
Gets or sets the full user package.
Declaration
public StdBEXmlLicSubmoduloPackage FullUser { get; set; }
Property Value
Type | Description |
---|---|
StdBEXmlLicSubmoduloPackage |
Id
Identificador do submodulo.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Limite
Limite.
Declaration
public string Limite { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Package
Gets or sets the package.
Declaration
public string Package { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PackageDetails
Gets or sets the package details.
Declaration
public List<string> PackageDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Tipo
Tipo da licença.
Declaration
public StdBETipos.EnumLicencaTipo Tipo { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumLicencaTipo |
TipoCals
Tipo de Cals.
Declaration
public StdBETipos.EnumLicencaTipoCals TipoCals { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumLicencaTipoCals |
TipoLimite
Tipo de limite.
Declaration
public StdBETipos.EnumLicencaTipoLimite TipoLimite { get; set; }
Property Value
Type | Description |
---|---|
StdBETipos.EnumLicencaTipoLimite |
Versao
Versão.
Declaration
public string Versao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
StdBE100.IStdBEXmlLicSubmodulo