C# 클래스 WebDav.WebDavPropertyStatus

Represents a status of an operation on a resource property.
파일 보기 프로젝트 열기: skazantsev/WebDavClient

공개 메소드들

메소드 설명
ToString ( ) : string
WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode ) : System.Xml.Linq

Initializes a new instance of the WebDavPropertyStatus class.

WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode, string description ) : System.Xml.Linq

Initializes a new instance of the WebDavPropertyStatus class.

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WebDavPropertyStatus() 공개 메소드

Initializes a new instance of the WebDavPropertyStatus class.
public WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode ) : System.Xml.Linq
name System.Xml.Linq.XName The property name.
statusCode int The status code of the operation.
리턴 System.Xml.Linq

WebDavPropertyStatus() 공개 메소드

Initializes a new instance of the WebDavPropertyStatus class.
public WebDavPropertyStatus ( System.Xml.Linq.XName name, int statusCode, string description ) : System.Xml.Linq
name System.Xml.Linq.XName The property name.
statusCode int The status code of the operation.
description string The description of the operation.
리턴 System.Xml.Linq