C# 클래스 Client.WebDavHierarchyItem

상속: WebDavConnectionSettings, IHierarchyItem
파일 보기 프로젝트 열기: ringostarr80/WebDav.NET

보호된 프로퍼티들

프로퍼티 타입 설명
_credentials ICredentials

공개 메소드들

메소드 설명
Delete ( ) : void
Delete ( LockUriTokenPair lockTokens ) : void
Delete ( string lockToken ) : void
GetAllProperties ( ) : Property[]
GetPropertyNames ( ) : Client.PropertyName[]
GetPropertyValues ( PropertyName names ) : Property[]
SetComment ( string comment ) : void
SetCreationDate ( System.DateTime creationDate ) : void
SetCreationDate ( string creationDate ) : void
SetCreatorDisplayName ( string creatorDisplayName ) : void
SetCredentials ( ICredentials credentials ) : void
SetHref ( string href, Uri baseUri ) : void
SetItemType ( ItemType itemType ) : void
SetLastModified ( System.DateTime lastModified ) : void
SetLastModified ( string lastModified ) : void
SetProperty ( Property property ) : void
SetProperty ( PropertyName propertyName, string value ) : void
SetProperty ( string name, string nameSpace, string value ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( LockUriTokenPair lockTokens ) : void
lockTokens LockUriTokenPair
리턴 void

Delete() 공개 메소드

public Delete ( string lockToken ) : void
lockToken string
리턴 void

GetAllProperties() 공개 메소드

public GetAllProperties ( ) : Property[]
리턴 Property[]

GetPropertyNames() 공개 메소드

public GetPropertyNames ( ) : Client.PropertyName[]
리턴 Client.PropertyName[]

GetPropertyValues() 공개 메소드

public GetPropertyValues ( PropertyName names ) : Property[]
names PropertyName
리턴 Property[]

SetComment() 공개 메소드

public SetComment ( string comment ) : void
comment string
리턴 void

SetCreationDate() 공개 메소드

public SetCreationDate ( System.DateTime creationDate ) : void
creationDate System.DateTime
리턴 void

SetCreationDate() 공개 메소드

public SetCreationDate ( string creationDate ) : void
creationDate string
리턴 void

SetCreatorDisplayName() 공개 메소드

public SetCreatorDisplayName ( string creatorDisplayName ) : void
creatorDisplayName string
리턴 void

SetCredentials() 공개 메소드

public SetCredentials ( ICredentials credentials ) : void
credentials ICredentials
리턴 void

SetHref() 공개 메소드

public SetHref ( string href, Uri baseUri ) : void
href string
baseUri System.Uri
리턴 void

SetItemType() 공개 메소드

public SetItemType ( ItemType itemType ) : void
itemType ItemType
리턴 void

SetLastModified() 공개 메소드

public SetLastModified ( System.DateTime lastModified ) : void
lastModified System.DateTime
리턴 void

SetLastModified() 공개 메소드

public SetLastModified ( string lastModified ) : void
lastModified string
리턴 void

SetProperty() 공개 메소드

public SetProperty ( Property property ) : void
property Property
리턴 void

SetProperty() 공개 메소드

public SetProperty ( PropertyName propertyName, string value ) : void
propertyName PropertyName
value string
리턴 void

SetProperty() 공개 메소드

public SetProperty ( string name, string nameSpace, string value ) : void
name string
nameSpace string
value string
리턴 void

프로퍼티 상세

_credentials 보호되어 있는 프로퍼티

protected ICredentials _credentials
리턴 ICredentials