Class BasBECalendarioTrabalho
Classe que encapsula os Calendários de Trabalho
Implements
BasBE100.IBasBECalendarioTrabalho
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("468474cd-6698-43f3-a0de-2177c7ec62d3")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBECalendarioTrabalho : BasBaseBE, IBasBECalendarioTrabalho
Constructors
BasBECalendarioTrabalho()
Declaration
public BasBECalendarioTrabalho()
Properties
Ativo
Identifica se o calendário está ativo
Declaration
public bool Ativo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Calendario
Identifica o Calendário
Declaration
public string Calendario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CalendarioTrabalho
Identifica o Calendário de Trabalho
Declaration
public string CalendarioTrabalho { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
CamposUtil
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Descricao
Descrição do Calendário
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identifica se o registo está em edição
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Excecoes
Coleção de exceções.
Declaration
public BasBEPeriodoExcecoes Excecoes { get; set; }
Property Value
Type | Description |
---|---|
BasBEPeriodoExcecoes |
Periodos
Coleção com definição de horários por períodos.
Declaration
public BasBECalendarioTrabPeriodos Periodos { get; set; }
Property Value
Type | Description |
---|---|
BasBECalendarioTrabPeriodos |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBECalendarioTrabalho