PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEFilial

    Classe que encapsula a definição de Filial.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEFilial
    Implements
    BasBE100.IBasBEFilial
    Inherited Members
    BasBaseBE.AbvtApl
    BaseBE.SerializeJson()
    BaseBE.SerializeJson(List<String>)
    BaseBE.SerializeJsonToXml(String, List<String>)
    BaseBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    BaseBE.Clone()
    BaseBE.Categoria
    BaseBE.DescricaoEntidade
    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