Class BasBEFamilia
Classe que identifica uma Família de Artigos.
Implements
BasBE100.IBasBEFamilia
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: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("68e203ae-ddde-495c-a277-e9070f903b1c")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEFamilia : BasBaseBE, IBasBEFamilia
Constructors
BasBEFamilia()
Declaration
public BasBEFamilia()
Properties
CamposUtil
Devolve a colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Caracteristicas
Descrição pormenorizada para utilização no ECom.
Declaration
public string Caracteristicas { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataUltimaActualizacao
Data da última actualização.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição da família.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoComercial
Descrição utilizada para o ECom.
Declaration
public string DescricaoComercial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao1
Código da dimensão 1.
Declaration
public string Dimensao1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao2
Código da dimensão 2.
Declaration
public string Dimensao2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dimensao3
Código da dimensão 3.
Declaration
public string Dimensao3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o registo se encontra em Modo de Edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Etiqueta
Código da etiqueta.
Declaration
public string Etiqueta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Familia
Código da família.
Declaration
public string Familia { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FamiliaDimensoesOrdens
Colecção de FamiliaDimOrdens associadas à família.
Declaration
public BasBEFamiliaDimOrdens FamiliaDimensoesOrdens { get; set; }
Property Value
Type | Description |
---|---|
BasBEFamiliaDimOrdens |
GrupoCenariosCompras
Grupo de Cenarios de projecção de Compras.
Declaration
public string GrupoCenariosCompras { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdPastaCCOP
Identificador da pasta de estruturas de preços.
Declaration
public int IdPastaCCOP { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubFamilias
Colecção de subfamílias associadas à família.
Declaration
public BasBESubFamilias SubFamilias { get; set; }
Property Value
Type | Description |
---|---|
BasBESubFamilias |
SujeitaDevolucao
Indica se a familia pode ser devolvida
Declaration
public bool SujeitaDevolucao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoDimensao1
Código do tipo dimensão 1.
Declaration
public string TipoDimensao1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDimensao2
Código do tipo dimensão 2.
Declaration
public string TipoDimensao2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDimensao3
Código do tipo dimensão 3.
Declaration
public string TipoDimensao3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UtilizadoCCOP
Família utilizada em Construção.
Declaration
public bool UtilizadoCCOP { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEFamilia