Resource Constructors
A resources persisted in a data store.Name | Parameters | Description |
---|---|---|
Resource() | none | Initializes a new instance of the Resource class with default settings. |
Resource |
id, caption | Initializes a new instance of the Resource class with the specified caption and ID. |
Resource |
id, caption, parent |
Initializes a new instance of the Resource class with the specified caption and ID. |
See Also