Class GprBELicencaPlaneamento
Classe que encapsula a definição do Planeamento.
Inheritance
System.Object
GprBELicencaPlaneamento
Implements
GprBE100.IGprBELicencaPlaneamento
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: GprBE100
Assembly: GprBE100.dll
Syntax
[ComVisible(true)]
[Guid("B11D5584-513B-4F2C-954D-95BC4274F285")]
[ClassInterface(ClassInterfaceType.None)]
public class GprBELicencaPlaneamento : IGprBELicencaPlaneamento
Constructors
GprBELicencaPlaneamento()
Declaration
public GprBELicencaPlaneamento()
Properties
CalendarioIndustrial
Identifica se Produção vai permitir mostrar o Calendario Industrial.
Declaration
public bool CalendarioIndustrial { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlaneamentoGrafico
Identifica se Produção vai permitir realizar o Planeamento Gráfico.
Declaration
public bool PlaneamentoGrafico { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
GprBE100.IGprBELicencaPlaneamento