PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEHorario

    Classe que encapsula um Horário.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEHorario
    Implements
    BasBE100.IBasBEHorario
    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("59970d8c-a3d4-4687-9d40-bb418abbdf91")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBEHorario : BasBaseBE, IBasBEHorario

    Constructors

    BasBEHorario()

    Declaration
    public BasBEHorario()

    Properties

    Activo

    Indica se o Horário se encontra activo.

    Declaration
    public bool Activo { get; set; }
    Property Value
    Type Description
    System.Boolean

    CamposUtil

    Colecção dos campos do utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    Descricao

    Descrição do Horário.

    Declaration
    public string Descricao { get; set; }
    Property Value
    Type Description
    System.String

    EmModoEdicao

    Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    Horario

    Identificador do Horário.

    Declaration
    public string Horario { get; set; }
    Property Value
    Type Description
    System.String

    Periodos

    Períodos do Horário.

    Declaration
    public BasBEHorarioPeriodos Periodos { get; set; }
    Property Value
    Type Description
    BasBEHorarioPeriodos

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBEHorario