Component |
The ComponentBase type exposes the following members.
Name | Description | |
---|---|---|
Id | Gets a unique id of this resource. This value is get by calling GetNextId(IComponentBase) method. | |
IsDisposed | Gets a Boolean that specifies if this resource has been disposed. | |
IsDisposing | Gets a Boolean that specifies if this resource is currently being disposed (the current code is executing inside Dipose method). | |
Name | Gets name of this resource. Name cannot be null but can an empty string. |