Show / Hide Table of Contents

Interface IInitializableProperty

A property that can be initialized with a XElement

Inherited Members
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
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 Source

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

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