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

Inheritance: WebDavProperty
Afficher le fichier Open project: exodev/jcr-msofficeplugin Class Usage Examples

Méthodes publiques

Свойство Type Description
SCOPE_EXCLUSIVE int
SCOPE_SHARED int
TYPE_READ int
TYPE_WRITE int

Méthodes publiques

Méthode Description
SupportedLockProperty ( ) : System
getLockScope ( ) : int
getLockType ( ) : int
init ( XmlTextReader reader ) : void

Private Methods

Méthode Description
parseLockEntry ( XmlTextReader reader ) : void
parseLockScope ( XmlTextReader reader ) : void
parseLockType ( XmlTextReader reader ) : void

Method Details

SupportedLockProperty() public méthode

public SupportedLockProperty ( ) : System
Résultat System

getLockScope() public méthode

public getLockScope ( ) : int
Résultat int

getLockType() public méthode

public getLockType ( ) : int
Résultat int

init() public méthode

public init ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
Résultat void

Property Details

SCOPE_EXCLUSIVE public_oe static_oe property

public static int SCOPE_EXCLUSIVE
Résultat int

SCOPE_SHARED public_oe static_oe property

public static int SCOPE_SHARED
Résultat int

TYPE_READ public_oe static_oe property

public static int TYPE_READ
Résultat int

TYPE_WRITE public_oe static_oe property

public static int TYPE_WRITE
Résultat int