Class AdmBECategoriaMapa
Definição de uma categoria de mapas.
Implements
AdmBE100.IAdmBECategoriaMapa
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("5AE57119-2F78-4F29-BFE2-A5D8EF726F5D")]
[ClassInterface(ClassInterfaceType.None)]
public class AdmBECategoriaMapa : AdmBaseBE, IAdmBECategoriaMapa
Constructors
AdmBECategoriaMapa()
Declaration
public AdmBECategoriaMapa()
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 |
Default
Nome do mapa por defeito.
Declaration
public string Default { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descricao
Descrição da categoria.
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 |
Linha
Linhas de produtos em que os mapas desta categoria estão disponíveis.
Declaration
public string Linha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
AdmBE100.IAdmBECategoriaMapa