Class AdmBEMapa
Definição de um mapa.
Implements
AdmBE100.IAdmBEMapa
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: AdmBE100
Assembly: AdmBE100.dll
Syntax
[ComVisible(true)]
[Guid("838D2B03-B594-431D-BE9B-80C90FC25FB9")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBEMapa : AdmBaseBE, IAdmBEMapa
Constructors
AdmBEMapa()
Declaration
public AdmBEMapa()
Properties
Apl
Abreviatura da aplicação.
Declaration
public string Apl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Categoria
Nome da categoria.
Declaration
public string Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Custom
Indica se o mapa é de sistema ou se foi criado pelo utilizador.
Declaration
public bool Custom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descricao
Descrição do mapa.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indice o modo de edição do registo (uso interno).
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Empresa
Empresa para a qual o mapa está disponível (caso seja nulo, o mapa está disponível para todas as empresas).
Declaration
public string Empresa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HashCode
Nome do mapa.
Declaration
public string HashCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Linhas de produtos em que o mapa está disponível.
Declaration
public string Linha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mapa
Nome do mapa.
Declaration
public string Mapa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MapaBase
Nome do mapa base.
Declaration
public string MapaBase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
AdmBE100.IAdmBEMapa