C# 클래스 exo_jcr.webdav.csclient.DavProperties.SupportedLockProperty

상속: WebDavProperty
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SCOPE_EXCLUSIVE int
SCOPE_SHARED int
TYPE_READ int
TYPE_WRITE int

공개 메소드들

메소드 설명
SupportedLockProperty ( ) : System
getLockScope ( ) : int
getLockType ( ) : int
init ( XmlTextReader reader ) : void

비공개 메소드들

메소드 설명
parseLockEntry ( XmlTextReader reader ) : void
parseLockScope ( XmlTextReader reader ) : void
parseLockType ( XmlTextReader reader ) : void

메소드 상세

SupportedLockProperty() 공개 메소드

public SupportedLockProperty ( ) : System
리턴 System

getLockScope() 공개 메소드

public getLockScope ( ) : int
리턴 int

getLockType() 공개 메소드

public getLockType ( ) : int
리턴 int

init() 공개 메소드

public init ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
리턴 void

프로퍼티 상세

SCOPE_EXCLUSIVE 공개적으로 정적으로 프로퍼티

public static int SCOPE_EXCLUSIVE
리턴 int

SCOPE_SHARED 공개적으로 정적으로 프로퍼티

public static int SCOPE_SHARED
리턴 int

TYPE_READ 공개적으로 정적으로 프로퍼티

public static int TYPE_READ
리턴 int

TYPE_WRITE 공개적으로 정적으로 프로퍼티

public static int TYPE_WRITE
리턴 int