C# 클래스 WebDav.WebDavResource.Builder

Represents a builder of the WebDavResource class.
파일 보기 프로젝트 열기: skazantsev/WebDavClient 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : WebDavResource

Builds a new instance of the WebDavResource class.

IsCollection ( ) : Builder

Sets the IsCollection parameter of an instance of the WebDavResource class to true.

IsHidden ( ) : Builder

Sets the IsHidden parameter of an instance of the WebDavResource class to true.

IsNotCollection ( ) : Builder

Sets the IsCollection parameter of an instance of the WebDavResource class to false.

IsNotHidden ( ) : Builder

Sets the IsHidden parameter of an instance of the WebDavResource class to false.

WithActiveLocks ( IReadOnlyCollection activeLocks ) : Builder

Sets the ActiveLocks parameter of an instance of the WebDavResource class.

WithContentLanguage ( string contentLanguage ) : Builder

Sets the ContentLanguage parameter of an instance of the WebDavResource class.

WithContentLength ( int contentLength ) : Builder

Sets the ContentLength parameter of an instance of the WebDavResource class.

WithContentType ( string contentType ) : Builder

Sets the ContentType parameter of an instance of the WebDavResource class.

WithCreationDate ( System.DateTime creationDate ) : Builder

Sets the CreationDate parameter of an instance of the WebDavResource class.

WithDisplayName ( string displayName ) : Builder

Sets the DisplayName parameter of an instance of the WebDavResource class.

WithETag ( string eTag ) : Builder

Sets the ETag parameter of an instance of the WebDavResource class.

WithLastModifiedDate ( System.DateTime lastModifiedDate ) : Builder

Sets the LastModifiedDate parameter of an instance of the WebDavResource class.

WithProperties ( IReadOnlyCollection properties ) : Builder

Sets the Properties parameter of an instance of the WebDavResource class.

WithPropertyStatuses ( IReadOnlyCollection propertyStatuses ) : Builder

Sets the PropertyStatuses parameter of an instance of the WebDavResource class.

WithUri ( string uri ) : Builder

Sets the Uri parameter of an instance of the WebDavResource class.

메소드 상세

Build() 공개 메소드

Builds a new instance of the WebDavResource class.
public Build ( ) : WebDavResource
리턴 WebDavResource

IsCollection() 공개 메소드

Sets the IsCollection parameter of an instance of the WebDavResource class to true.
public IsCollection ( ) : Builder
리턴 Builder

IsHidden() 공개 메소드

Sets the IsHidden parameter of an instance of the WebDavResource class to true.
public IsHidden ( ) : Builder
리턴 Builder

IsNotCollection() 공개 메소드

Sets the IsCollection parameter of an instance of the WebDavResource class to false.
public IsNotCollection ( ) : Builder
리턴 Builder

IsNotHidden() 공개 메소드

Sets the IsHidden parameter of an instance of the WebDavResource class to false.
public IsNotHidden ( ) : Builder
리턴 Builder

WithActiveLocks() 공개 메소드

Sets the ActiveLocks parameter of an instance of the WebDavResource class.
public WithActiveLocks ( IReadOnlyCollection activeLocks ) : Builder
activeLocks IReadOnlyCollection
리턴 Builder

WithContentLanguage() 공개 메소드

Sets the ContentLanguage parameter of an instance of the WebDavResource class.
public WithContentLanguage ( string contentLanguage ) : Builder
contentLanguage string
리턴 Builder

WithContentLength() 공개 메소드

Sets the ContentLength parameter of an instance of the WebDavResource class.
public WithContentLength ( int contentLength ) : Builder
contentLength int
리턴 Builder

WithContentType() 공개 메소드

Sets the ContentType parameter of an instance of the WebDavResource class.
public WithContentType ( string contentType ) : Builder
contentType string
리턴 Builder

WithCreationDate() 공개 메소드

Sets the CreationDate parameter of an instance of the WebDavResource class.
public WithCreationDate ( System.DateTime creationDate ) : Builder
creationDate System.DateTime
리턴 Builder

WithDisplayName() 공개 메소드

Sets the DisplayName parameter of an instance of the WebDavResource class.
public WithDisplayName ( string displayName ) : Builder
displayName string
리턴 Builder

WithETag() 공개 메소드

Sets the ETag parameter of an instance of the WebDavResource class.
public WithETag ( string eTag ) : Builder
eTag string
리턴 Builder

WithLastModifiedDate() 공개 메소드

Sets the LastModifiedDate parameter of an instance of the WebDavResource class.
public WithLastModifiedDate ( System.DateTime lastModifiedDate ) : Builder
lastModifiedDate System.DateTime
리턴 Builder

WithProperties() 공개 메소드

Sets the Properties parameter of an instance of the WebDavResource class.
public WithProperties ( IReadOnlyCollection properties ) : Builder
properties IReadOnlyCollection
리턴 Builder

WithPropertyStatuses() 공개 메소드

Sets the PropertyStatuses parameter of an instance of the WebDavResource class.
public WithPropertyStatuses ( IReadOnlyCollection propertyStatuses ) : Builder
propertyStatuses IReadOnlyCollection
리턴 Builder

WithUri() 공개 메소드

Sets the Uri parameter of an instance of the WebDavResource class.
public WithUri ( string uri ) : Builder
uri string
리턴 Builder