C# Class Client.WebDavHierarchyItem

Inheritance: WebDavConnectionSettings, IHierarchyItem
Afficher le fichier Open project: ringostarr80/WebDav.NET

Protected Properties

Свойство Type Description
_credentials ICredentials

Méthodes publiques

Méthode Description
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

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Delete() public méthode

public Delete ( LockUriTokenPair lockTokens ) : void
lockTokens LockUriTokenPair
Résultat void

Delete() public méthode

public Delete ( string lockToken ) : void
lockToken string
Résultat void

GetAllProperties() public méthode

public GetAllProperties ( ) : Property[]
Résultat Property[]

GetPropertyNames() public méthode

public GetPropertyNames ( ) : Client.PropertyName[]
Résultat Client.PropertyName[]

GetPropertyValues() public méthode

public GetPropertyValues ( PropertyName names ) : Property[]
names PropertyName
Résultat Property[]

SetComment() public méthode

public SetComment ( string comment ) : void
comment string
Résultat void

SetCreationDate() public méthode

public SetCreationDate ( System.DateTime creationDate ) : void
creationDate System.DateTime
Résultat void

SetCreationDate() public méthode

public SetCreationDate ( string creationDate ) : void
creationDate string
Résultat void

SetCreatorDisplayName() public méthode

public SetCreatorDisplayName ( string creatorDisplayName ) : void
creatorDisplayName string
Résultat void

SetCredentials() public méthode

public SetCredentials ( ICredentials credentials ) : void
credentials ICredentials
Résultat void

SetHref() public méthode

public SetHref ( string href, Uri baseUri ) : void
href string
baseUri System.Uri
Résultat void

SetItemType() public méthode

public SetItemType ( ItemType itemType ) : void
itemType ItemType
Résultat void

SetLastModified() public méthode

public SetLastModified ( System.DateTime lastModified ) : void
lastModified System.DateTime
Résultat void

SetLastModified() public méthode

public SetLastModified ( string lastModified ) : void
lastModified string
Résultat void

SetProperty() public méthode

public SetProperty ( Property property ) : void
property Property
Résultat void

SetProperty() public méthode

public SetProperty ( PropertyName propertyName, string value ) : void
propertyName PropertyName
value string
Résultat void

SetProperty() public méthode

public SetProperty ( string name, string nameSpace, string value ) : void
name string
nameSpace string
value string
Résultat void

Property Details

_credentials protected_oe property

protected ICredentials _credentials
Résultat ICredentials