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 | |
PropertiesChanges | |
RaisePropertiesWithBindings |