Show / Hide Table of Contents

Class GenericDateTimeRfc1123Property

A dead property with a RFC 1123 date

Inheritance
Object
SimpleUntypedProperty
SimpleTypedProperty<DateTime>
SimpleConvertingProperty<DateTime>
GenericProperty<DateTime>
GenericDateTimeRfc1123Property
CreationDateProperty
LastModifiedProperty
Inherited Members
GenericProperty<DateTime>.GetValueAsync(CancellationToken)
GenericProperty<DateTime>.SetValueAsync(DateTime, CancellationToken)
SimpleConvertingProperty<DateTime>.Converter
SimpleConvertingProperty<DateTime>.GetXmlValueAsync(CancellationToken)
SimpleConvertingProperty<DateTime>.SetXmlValueAsync(XElement, CancellationToken)
SimpleUntypedProperty.Name
SimpleUntypedProperty.Language
SimpleUntypedProperty.AlternativeNames
SimpleUntypedProperty.Cost
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Props.Generic
Assembly:FubarDev.WebDavServer.dll
Syntax
public class GenericDateTimeRfc1123Property : GenericProperty<DateTime>, ITypedWriteableProperty<DateTime>, ITypedReadableProperty<DateTime>, IUntypedWriteableProperty, IUntypedReadableProperty, IProperty

Constructors

| Improve this Doc View Source

GenericDateTimeRfc1123Property(XName, Int32, GetPropertyValueAsyncDelegate<DateTime>, SetPropertyValueAsyncDelegate<DateTime>, XName[])

Initializes a new instance of the GenericDateTimeRfc1123Property class.

Declaration
public GenericDateTimeRfc1123Property(XName name, int cost, GetPropertyValueAsyncDelegate<DateTime> getValueAsyncFunc, SetPropertyValueAsyncDelegate<DateTime> setValueAsyncFunc, params XName[] alternativeNames)
Parameters
Type Name Description
XName name

The property name

Int32 cost

The cost to query the properties value

GetPropertyValueAsyncDelegate<DateTime> getValueAsyncFunc

The function to get the property value

SetPropertyValueAsyncDelegate<DateTime> setValueAsyncFunc

The function to set the property value

XName[] alternativeNames

Alternative property names

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