Show / Hide Table of Contents

Interface IDeadProperty

The interface for a dead (read-only) property

Inherited Members
IUntypedReadableProperty.Cost
IUntypedReadableProperty.GetXmlValueAsync(CancellationToken)
IInitializableProperty.Init(XElement)
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
Namespace:FubarDev.WebDavServer.Props.Dead
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IDeadProperty : IUntypedReadableProperty, IInitializableProperty, IProperty

Methods

| Improve this Doc View Source

IsDefaultValue(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

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX