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

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

공개 프로퍼티들

프로퍼티 타입 설명
COLLECTION int
RESOURCE int

공개 메소드들

메소드 설명
ResourceTypeProperty ( ) : System
getResourceType ( ) : int
init ( XmlTextReader reader ) : void

메소드 상세

ResourceTypeProperty() 공개 메소드

public ResourceTypeProperty ( ) : System
리턴 System

getResourceType() 공개 메소드

public getResourceType ( ) : int
리턴 int

init() 공개 메소드

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

프로퍼티 상세

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

public static int COLLECTION
리턴 int

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

public static int RESOURCE
리턴 int