Class BasBeCalendario
Classe que encapsula um Calendário.
Implements
BasBE100.IBasBeCalendario
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("72a184b6-4257-4024-bf49-c1a9038b3fea")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBeCalendario : BasBaseBE, IBasBeCalendario
Constructors
BasBeCalendario()
Declaration
public BasBeCalendario()
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 |
CamposUtil
Campos de utilizador.
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 |
Domingo
Identifica se o Calendário tem o Domingo disponivel
Declaration
public bool Domingo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 (Feriados).
Declaration
public BasBEPeriodoExcecoes Excecoes { get; set; }
Property Value
Type | Description |
---|---|
BasBEPeriodoExcecoes |
InicioSemana
Identifica o primeiro dia da semana
Declaration
public FirstDayOfWeek InicioSemana { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.VisualBasic.FirstDayOfWeek |
Quarta
Identifica se o Calendário tem o Quarta disponível
Declaration
public bool Quarta { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Quinta
Identifica se o Calendário tem o Quinta disponível
Declaration
public bool Quinta { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sabado
Identifica se o Calendário tem o Sábado disponível
Declaration
public bool Sabado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Segunda
Identifica se o Calendário tem a Segunda disponivel
Declaration
public bool Segunda { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sexta
Identifica se o Calendário tem o Sexta disponivel
Declaration
public bool Sexta { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Terca
Identifica se o Calendário tem o Terça disponível
Declaration
public bool Terca { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBeCalendario