BehaviorBase class¶
Defined in
Namespace: Sextant.XamForms
Assembly: Sextant.XamForms.dll
Full name: Sextant.XamForms.BehaviorBase<T>
Modifiers: public abstract
Summary¶
Represents and abstract Behavior.
Applies to
net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.0
Class hierarchy
classDiagram
class BehaviorBase~T~
class Behavior~T~
Behavior~T~ <|-- BehaviorBase~T~
class IDisposable {
<>
}
IDisposable <|.. BehaviorBase~T~
Inherits from: Behavior<T>
Implements: IDisposable
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| BehaviorDisposable | Gets the disposables for this behavior. |
Methods¶
| Name | Summary |
|---|---|
| Dispose | |
| OnAttachedTo | Attaches to the superclass and then calls the OnAttachedTo method on this object. |
| OnDetachingFrom | Calls the OnDetachingFrom method and then detaches from the superclass. |