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

Inheritance: WebDavProperty
ファイルを表示 Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Properties

Property Type Description
COLLECTION int
RESOURCE int

Public Methods

Method Description
ResourceTypeProperty ( ) : System
getResourceType ( ) : int
init ( XmlTextReader reader ) : void

Method Details

ResourceTypeProperty() public method

public ResourceTypeProperty ( ) : System
return System

getResourceType() public method

public getResourceType ( ) : int
return int

init() public method

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

Property Details

COLLECTION public_oe static_oe property

public static int COLLECTION
return int

RESOURCE public_oe static_oe property

public static int RESOURCE
return int