IComponent | |
public interface IComponentBase
The IComponentBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Id | Gets a unique id of this resource | |
| IsDisposed | Gets a Boolean that specifies if this component has been disposed. | |
| IsDisposing | Gets a Boolean that specifies if this resource is currently being disposed (the code is currently executing inside Dispose method). | |
| Name | Gets name of this resource. Name cannot be null but can be an empty string. |
| Name | Description | |
|---|---|---|
| Disposed | Occurs when this instance is fully disposed. The value of the parameter is the same as the disposing parameter in the protected Dispose(bool) method. | |
| Disposing | Occurs when this instance is starting to be disposed. The value of the parameter is the same as the disposing parameter in the protected Dispose(bool) method. |