Class AuraObjectBase
Inheritance
AuraObjectBase
Implements
Inherited Members
Namespace: EyeAuras.Shared.Model
Assembly: EyeAuras.Shared.dll
Syntax
public abstract class AuraObjectBase : BindableReactiveObject, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider
Constructors
| Name | Description |
|---|---|
| AuraObjectBase() |
Properties
| Name | Description |
|---|---|
| Context | |
| ErrorProvider | Gets the ICanSetErrors instance used for error reporting and management. |
| Errors | Gets a list of all reported errors. |
| HasErrors | Gets a value indicating whether any errors have been reported. |
| Id | Globally unique Id of an item, usually Guid-based |
| IsLoadingProperties | |
| IsSavingProperties | |
| LastError | Gets the last error that occurred. |
| Properties | Gets or sets the properties associated with this aura object. |
| PropertiesChanges | Observable sequence of property change notifications, emitting the name of the changed property. |
| RaisePropertiesWithBindings | Gets or sets whether property changes should propagate through bindings. When true, property changes trigger updates in bound properties. |