LockDetails
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.webdav
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
LockDetails()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aRoot: string; aDuration: Duration; aOwnerXML: string; aZeroDepth: Boolean)
// Island
constructor(aRoot: string; aDuration: Duration; aOwnerXML: string; aZeroDepth: bool)
// .NET, .NET Standard 2.0
LockDetails(string aRoot, Duration aDuration, string aOwnerXML, Boolean aZeroDepth)
// Island
LockDetails(string aRoot, Duration aDuration, string aOwnerXML, bool aZeroDepth)
Parameters:
- aRoot:
- aDuration:
- aOwnerXML:
- aZeroDepth:
constructor (LockDetails)
constructor(value: LockDetails)
LockDetails(LockDetails value)
init(_ value: LockDetails)
Sub New(value As LockDetails)
Parameters:
- value:
Duration
var Duration: Duration;
Duration Duration
var Duration: Duration
Duration Duration
FIELD Duration() As Duration
OwnerXML
var OwnerXML: string;
string OwnerXML
var OwnerXML: string
OwnerXML string
FIELD OwnerXML() As string
Root
ZeroDepth
Duration
var Duration: Duration;
Duration Duration
var Duration: Duration
Duration Duration
FIELD Duration() As Duration
OwnerXML
var OwnerXML: string;
string OwnerXML
var OwnerXML: string
OwnerXML string
FIELD OwnerXML() As string
Root
ZeroDepth
constructor
constructor
LockDetails()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aRoot: string; aDuration: Duration; aOwnerXML: string; aZeroDepth: Boolean)
// Island
constructor(aRoot: string; aDuration: Duration; aOwnerXML: string; aZeroDepth: bool)
// .NET, .NET Standard 2.0
LockDetails(string aRoot, Duration aDuration, string aOwnerXML, Boolean aZeroDepth)
// Island
LockDetails(string aRoot, Duration aDuration, string aOwnerXML, bool aZeroDepth)
Parameters:
- aRoot:
- aDuration:
- aOwnerXML:
- aZeroDepth:
constructor (LockDetails)
constructor(value: LockDetails)
LockDetails(LockDetails value)
init(_ value: LockDetails)
Sub New(value As LockDetails)
Parameters:
- value: