vibe-dav ~master (2016-09-24T10:20:15Z)
Dub
Repo
DavLockInfo
vibedav
locks
Undocumented in source.
class
DavLockInfo {
enum
Scope
;
string
rootURL
;
Scope
scopeLock
;
bool
isWrite
;
string
owner
;
string
uuid
;
DavDepth
depth
;
this
();
this
(string uuid);
static
DavLockInfo
fromXML
(DavProp node);
static
DavLockInfo
fromXML
(DavProp node, DavResource resource);
Duration
timeout
[@property setter];
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string uuid)
Undocumented in source.
Members
Enums
Scope
enum
Scope
Undocumented in source.
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
timeout
Duration
timeout
[@property setter]
Set the timeout based on the request header
Static functions
fromXML
DavLockInfo
fromXML
(DavProp node)
Undocumented in source. Be warned that the author may not have intended to support it.
fromXML
DavLockInfo
fromXML
(DavProp node, DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
depth
DavDepth
depth
;
Undocumented in source.
isWrite
bool
isWrite
;
Undocumented in source.
owner
string
owner
;
Undocumented in source.
rootURL
string
rootURL
;
Undocumented in source.
scopeLock
Scope
scopeLock
;
Undocumented in source.
uuid
string
uuid
;
Undocumented in source.
Meta
Source
See Implementation
vibedav
locks
classes
DavLockInfo
DavLockList