Show / Hide Table of Contents

Class LastModifiedProperty

The getlastmodified property

Inheritance
Object
SimpleUntypedProperty
SimpleTypedProperty<DateTime>
SimpleConvertingProperty<DateTime>
GenericProperty<DateTime>
GenericDateTimeRfc1123Property
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.Live
Assembly:FubarDev.WebDavServer.dll
Syntax
public class LastModifiedProperty : GenericDateTimeRfc1123Property, ITypedWriteableProperty<DateTime>, ITypedReadableProperty<DateTime>, IUntypedWriteableProperty, ILiveProperty, IUntypedReadableProperty, IProperty

Constructors

| Improve this Doc View Source

LastModifiedProperty(DateTime, SetPropertyValueAsyncDelegate<DateTime>)

Initializes a new instance of the LastModifiedProperty class.

Declaration
public LastModifiedProperty(DateTime propValue, SetPropertyValueAsyncDelegate<DateTime> setValueAsyncFunc)
Parameters
Type Name Description
DateTime propValue

The initial property value

SetPropertyValueAsyncDelegate<DateTime> setValueAsyncFunc

The delegate to set the value asynchronously

Fields

| Improve this Doc View Source

PropertyName

The XML name of the property

Declaration
public static readonly XName PropertyName
Field Value
Type Description
XName

Methods

| Improve this Doc View Source

IsValidAsync(CancellationToken)

Determines whether the underlying value is valid

Declaration
public Task<bool> IsValidAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task<Boolean>

true when the underlying is valid

Implements
ILiveProperty.IsValidAsync(CancellationToken)
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX