C# Class exo_jcr.webdav.csclient.DavProperties.SupportedLockProperty

Inheritance: WebDavProperty
Exibir arquivo Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Properties

Property Type Description
SCOPE_EXCLUSIVE int
SCOPE_SHARED int
TYPE_READ int
TYPE_WRITE int

Public Methods

Method Description
SupportedLockProperty ( ) : System
getLockScope ( ) : int
getLockType ( ) : int
init ( XmlTextReader reader ) : void

Private Methods

Method Description
parseLockEntry ( XmlTextReader reader ) : void
parseLockScope ( XmlTextReader reader ) : void
parseLockType ( XmlTextReader reader ) : void

Method Details

SupportedLockProperty() public method

public SupportedLockProperty ( ) : System
return System

getLockScope() public method

public getLockScope ( ) : int
return int

getLockType() public method

public getLockType ( ) : int
return int

init() public method

public init ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
return void

Property Details

SCOPE_EXCLUSIVE public_oe static_oe property

public static int SCOPE_EXCLUSIVE
return int

SCOPE_SHARED public_oe static_oe property

public static int SCOPE_SHARED
return int

TYPE_READ public_oe static_oe property

public static int TYPE_READ
return int

TYPE_WRITE public_oe static_oe property

public static int TYPE_WRITE
return int