Interface IDeadProperty
The interface for a dead (read-only) property
Inherited Members
Namespace:FubarDev.WebDavServer.Props.Dead
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IDeadProperty : IUntypedReadableProperty, IInitializableProperty, IProperty
Methods
| Improve this Doc View SourceIsDefaultValue(XElement)
Determines if the returned value is the default value and therefore doesn't need to be copied.
Declaration
bool IsDefaultValue(XElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| XElement | element | The element with the value to check if it has the default value |
Returns
| Type | Description |
|---|---|
| Boolean | true when the underlying is not the default value |