- ResourcePropertyLevelTagText
ResourcePropertyValue ResourcePropertyLevelTagText(string level1Name, string level2Name, string ns)
- ResourcePropertyTagAttributes
ResourcePropertyValue ResourcePropertyTagAttributes(string name, string ns)
Make the returned value to be <name xmlns=ns [attribute list]/>
- ResourcePropertyTagName
ResourcePropertyValue ResourcePropertyTagName()
Make the returned value to be a <collection> tag or not
- ResourcePropertyTagText
ResourcePropertyValue ResourcePropertyTagText(string name, string ns)
- ResourcePropertyValueAttr
ResourcePropertyValue ResourcePropertyValueAttr(string name, string ns, string attr)
Make the returned value to be rendered like this: <name xmlns="ns" attr=value/>
- getDavInterfaceProperty
DavProp getDavInterfaceProperty(string key, T plugin, DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
- getResourceProperty
ResourceProperty getResourceProperty()
Undocumented in source. Be warned that the author may not have intended to support it.
- getResourceTagProperty
ResourcePropertyValue getResourceTagProperty()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasDavInterfaceProperty
bool hasDavInterfaceProperty(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- propFrom
DavProp propFrom(string name, string ns, T value, U tagVal)
Undocumented in source. Be warned that the author may not have intended to support it.