Class RhpBaseBE
Base class for all RhpBeClasses
Inheritance
System.Object
RhpBaseBE
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
public class RhpBaseBE : BasBaseBE, INotifyPropertyChanged
Constructors
RhpBaseBE()
Initializes a new instance of the RhpBaseBE class.
Declaration
public RhpBaseBE()
Properties
AbvtApl
Gets the RHP constant value.
Declaration
public string AbvtApl { get; }
Property Value
Type | Description |
---|---|
System.String | The abvt apl. |
CamposUtil
Gets or sets the campos utility.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos | The campos utility. |
Conteudo
Propriedade descontinuada. Será removida em futuras versões.
Declaration
[Obsolete("A propriedade Conteudo foi descontinuada e será removida em futuras versões.")]
public virtual string Conteudo { get; }
Property Value
Type | Description |
---|---|
System.String |
PropExcluirLog
Propriedades a excluir do log
Declaration
public virtual string PropExcluirLog { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
RaisePropertyChanged(String)
Raises the property changed.
Declaration
protected void RaisePropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
WriteProperty(String, Object)
Writes the property value.
Declaration
protected virtual void WriteProperty(string nome, object valor)
Parameters
Type | Name | Description |
---|---|---|
System.String | nome | Nome. |
System.Object | valor | Valor. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
See Also
System.ComponentModel.INotifyPropertyChanged