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
// .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)
// .NET, .NET Standard 2.0
init(_ aRoot: string, _ aDuration: Duration, _ aOwnerXML: string, _ aZeroDepth: Boolean)
// Island
init(_ aRoot: string, _ aDuration: Duration, _ aOwnerXML: string, _ aZeroDepth: bool)
// .NET, .NET Standard 2.0
Sub New(aRoot As string, aDuration As Duration, aOwnerXML As string, aZeroDepth As Boolean)
// Island
Sub New(aRoot As string, aDuration As Duration, aOwnerXML As string, aZeroDepth As bool)
Parameters:
- aRoot:
- aDuration:
- aOwnerXML:
- aZeroDepth:
constructor(value: LockDetails)
LockDetails(LockDetails value)
init(_ value: LockDetails)
Sub New(value As LockDetails)
Parameters:
- value:
Duration
FIELD Duration() As Duration
OwnerXML
FIELD OwnerXML() As string
Root
ZeroDepth
FIELD ZeroDepth() As bool
Duration
FIELD Duration() As Duration
OwnerXML
FIELD OwnerXML() As string
Root
ZeroDepth
FIELD ZeroDepth() As bool
constructor
// .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)
// .NET, .NET Standard 2.0
init(_ aRoot: string, _ aDuration: Duration, _ aOwnerXML: string, _ aZeroDepth: Boolean)
// Island
init(_ aRoot: string, _ aDuration: Duration, _ aOwnerXML: string, _ aZeroDepth: bool)
// .NET, .NET Standard 2.0
Sub New(aRoot As string, aDuration As Duration, aOwnerXML As string, aZeroDepth As Boolean)
// Island
Sub New(aRoot As string, aDuration As Duration, aOwnerXML As string, aZeroDepth As bool)
Parameters:
- aRoot:
- aDuration:
- aOwnerXML:
- aZeroDepth:
constructor(value: LockDetails)
LockDetails(LockDetails value)
init(_ value: LockDetails)
Sub New(value As LockDetails)
Parameters:
- value: