Class BasBETipoEntidade
Implements
BasBE100.IBasBETipoEntidade
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("c0085c8f-f09e-4de3-aaf9-4fae6407dd00")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBETipoEntidade : BasBaseBE, IBasBETipoEntidade
Constructors
BasBETipoEntidade()
Declaration
public BasBETipoEntidade()
Properties
Categoria
Declaration
public BasBECategoria Categoria { get; set; }
Property Value
Type | Description |
---|---|
BasBECategoria |
Descricao
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoPlural
Declaration
public string DescricaoPlural { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Natureza
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visivel
Declaration
public bool Visivel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
BasBE100.IBasBETipoEntidade