DXResource |
public class DXResourceBase : IDXResource
The DXResourceBase type exposes the following members.
Name | Description | |
---|---|---|
DXResourceBase | Initializes a new instance of the DXResourceBase class. |
Name | Description | |
---|---|---|
Id | Gets a unique id of this resource | |
Name | Gets name of this resource | |
ResourcesTracker | Gets a static instance of DXResourcesTracker that is used to track objects derived from DXResourceBase. |
Name | Description | |
---|---|---|
GetNextId | Get next Id as long that is unique for this application. This method is thread safe and can be called from any thread. When ResourceTracking is enabled the dxResource is collected by DXResourcesTracker. |