FileResourceBase

Undocumented in source.

Constructors

this
this(string uri, FolderResource parent)
Undocumented in source.

Members

Functions

owner
ResourceSet owner()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

children
Resource[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isFolder
bool isFolder [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parent
Resource parent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uri
const(string) uri [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_children
Resource[] _children;
Undocumented in source.
_parent
FolderResourceBase _parent;
Undocumented in source.
_uri
string _uri;
Undocumented in source.

Meta