Interface IEyeAuraModel
Inherited Members
Namespace: EyeAuras.Shared.Model
Assembly: EyeAuras.Shared.dll
Syntax
public interface IEyeAuraModel : IAuraContext, IEyeContext, IAuraContainer, IEntityContainer, ICanSetPath, IHasPath, IHasName, ICanBeSelected, IHasSelected, IHasTimestamp, IAuraObject, IHasId, IHasTypedId<string>, IBindableReactiveObject, ICanSetContext, IHasContext, IHasErrors, IHasError, IHasErrorProvider, IHasVariables, IDisposable, ICanSetVariables, IHasBoundsWindow, IHasAttachedWindow, IPauseController, INotifyPropertyChanged
Properties
Name | Description |
---|---|
IsInitialized | IsInitialized means that AppContext has provided execution Quota to that aura. Until then it's the same as Paused - triggers are working but actions are not executed As soon as aura is initialized it cannot be de-initialized without unload |