Class BasBEFilial
Classe que encapsula a definição de Filial.
Implements
BasBE100.IBasBEFilial
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("a48d918b-8220-4bc5-b7db-d77b3952f10b")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBEFilial : BasBaseBE, IBasBEFilial
Constructors
BasBEFilial()
Declaration
public BasBEFilial()
Properties
CodigoFilial
Identificador do Codigo da Filial.
Declaration
public string CodigoFilial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoFilial
Identificador da Descrição da Filial.
Declaration
public string DescricaoFilial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBEFilial