Show / Hide Table of Contents

Interface IUntypedReadableProperty

The interface for an untyped readable property

Inherited Members
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IUntypedReadableProperty : IProperty

Properties

| Improve this Doc View Source

Cost

Gets the cost of reading the property value

Declaration
int Cost { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

GetXmlValueAsync(CancellationToken)

Gets the XElement for this property

Declaration
[NotNull]
[ItemNotNull]
Task<XElement> GetXmlValueAsync(CancellationToken ct)
Parameters
Type Name Description
CancellationToken ct

The cancellation token

Returns
Type Description
Task<XElement>

The XElement for this property

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