Class GenericDateTimeRfc1123Property
A dead property with a RFC 1123 date
Inheritance
GenericDateTimeRfc1123Property
Inherited Members
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 SourceGenericDateTimeRfc1123Property(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 |