Class BasBEIECEmbalagem
Classe que define uma entidade IECEmbalagens
Implements
BasBE100.IBasBEIECEmbalagem
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("5c5f4129-58b0-48d8-8c7f-72f6e07f511b")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEIECEmbalagem : BasBaseBE, IBasBEIECEmbalagem
Constructors
BasBEIECEmbalagem()
Declaration
public BasBEIECEmbalagem()
Properties
CamposUtil
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Descricao
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Embalagem
Embalagem
Declaration
public string Embalagem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Granel
Granel
Declaration
public bool Granel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sistema
Sistema
Declaration
public bool Sistema { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEIECEmbalagem