Interface IInitializableProperty
A property that can be initialized with a XElement
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IInitializableProperty : IProperty
Remarks
This avoids the (propably costly) fetching of the properties value.
Methods
| Improve this Doc View SourceInit(XElement)
Initialize the property with an XElement
Declaration
void Init([NotNull] XElement initialValue)
Parameters
Type | Name | Description |
---|---|---|
XElement | initialValue | The element to intialize the property with |