Interface IDeadPropertyFactory
The interface for a dead property factory
Namespace:FubarDev.WebDavServer.Props.Dead
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IDeadPropertyFactory
Methods
| Improve this Doc View SourceCreate(IPropertyStore, IEntry, XElement)
Creates a new dead property instance
Declaration
[NotNull]
IDeadProperty Create([NotNull] IPropertyStore store, [NotNull] IEntry entry, [NotNull] XElement element)
Parameters
Type | Name | Description |
---|---|---|
IPropertyStore | store | The property store to store this property |
IEntry | entry | The entry to instantiate this property for |
XElement | element | The element to intialize the dead property with |
Returns
Type | Description |
---|---|
IDeadProperty | The created dead property instance |
Create(IPropertyStore, IEntry, XName)
Creates a new dead property instance
Declaration
[NotNull]
IDeadProperty Create([NotNull] IPropertyStore store, [NotNull] IEntry entry, [NotNull] XName name)
Parameters
Type | Name | Description |
---|---|---|
IPropertyStore | store | The property store to store this property |
IEntry | entry | The entry to instantiate this property for |
XName | name | The name of the dead property to create |
Returns
Type | Description |
---|---|
IDeadProperty | The created dead property instance |