Show / Hide Table of Contents

Class SQLiteLockManagerOptions

Options for the SQLiteLockManager

Inheritance
Object
SQLiteLockManagerOptions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Locking.SQLite
Assembly:FubarDev.WebDavServer.Locking.SQLite.dll
Syntax
public class SQLiteLockManagerOptions : ILockManagerOptions

Properties

| Improve this Doc View Source

DatabaseFileName

Gets or sets the file name of the SQLite database

Declaration
public string DatabaseFileName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Rounding

Gets or sets the time rounding implementation

Declaration
public ILockTimeRounding Rounding { get; set; }
Property Value
Type Description
ILockTimeRounding
Implements
ILockManagerOptions.Rounding
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX