Skip to main content

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(Object, String) id, caption Initializes a new instance of the Resource class with the specified caption and ID.
Resource(Object, String, Object) id, caption, parentId Initializes a new instance of the Resource class with the specified caption and ID.
See Also