Class SharedResourceRentController
Inherited Members
Namespace: PoeShared.Services
Assembly: PoeShared.dll
Syntax
public sealed class SharedResourceRentController : DisposableReactiveObject, IDisposable, ISharedResourceRentController, INotifyPropertyChanged
Constructors
| Name | Description |
|---|---|
| SharedResourceRentController() | |
| SharedResourceRentController(string) |
Properties
| Name | Description |
|---|---|
| IsRented | Provides the current rental status of the resource. If there are multiple reasons why the resource is rented, they will all be listed together. |
| Name |
Methods
| Name | Description |
|---|---|
| Rent(string) | Temporarily rents the resource for the specified reason. |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)