Show / Hide Table of Contents

Interface ITypedWriteableProperty<T>

A typed writeable property

Inherited Members
ITypedReadableProperty<T>.GetValueAsync(CancellationToken)
IUntypedWriteableProperty.SetXmlValueAsync(XElement, CancellationToken)
IUntypedReadableProperty.Cost
IUntypedReadableProperty.GetXmlValueAsync(CancellationToken)
IProperty.Name
IProperty.Language
IProperty.AlternativeNames
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ITypedWriteableProperty<T> : ITypedReadableProperty<T>, IUntypedWriteableProperty, IUntypedReadableProperty, IProperty
Type Parameters
Name Description
T

The underlying type of the XElement

Methods

| Improve this Doc View Source

SetValueAsync(T, CancellationToken)

Sets the underlying typed value

Declaration
[NotNull]
Task SetValueAsync([NotNull] T value, CancellationToken ct)
Parameters
Type Name Description
T value

The value to set

CancellationToken ct

The cancellation token

Returns
Type Description
Task

the async task

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