Свойство | Тип | Описание | |
---|---|---|---|
_credentials | ICredentials |
Метод | Описание | |
---|---|---|
Delete ( ) : void | ||
Delete ( |
||
Delete ( string lockToken ) : void | ||
GetAllProperties ( ) : Property[] | ||
GetPropertyNames ( ) : Client.PropertyName[] | ||
GetPropertyValues ( |
||
SetComment ( string comment ) : void | ||
SetCreationDate ( System.DateTime creationDate ) : void | ||
SetCreationDate ( string creationDate ) : void | ||
SetCreatorDisplayName ( string creatorDisplayName ) : void | ||
SetCredentials ( ICredentials credentials ) : void | ||
SetHref ( string href, |
||
SetItemType ( ItemType itemType ) : void | ||
SetLastModified ( System.DateTime lastModified ) : void | ||
SetLastModified ( string lastModified ) : void | ||
SetProperty ( Property property ) : void | ||
SetProperty ( |
||
SetProperty ( string name, string nameSpace, string value ) : void |
public Delete ( |
||
lockTokens | ||
Результат | void |
public GetPropertyNames ( ) : Client.PropertyName[] | ||
Результат | Client.PropertyName[] |
public GetPropertyValues ( |
||
names | ||
Результат | Property[] |
public SetComment ( string comment ) : void | ||
comment | string | |
Результат | void |
public SetCreationDate ( System.DateTime creationDate ) : void | ||
creationDate | System.DateTime | |
Результат | void |
public SetCreationDate ( string creationDate ) : void | ||
creationDate | string | |
Результат | void |
public SetCreatorDisplayName ( string creatorDisplayName ) : void | ||
creatorDisplayName | string | |
Результат | void |
public SetCredentials ( ICredentials credentials ) : void | ||
credentials | ICredentials | |
Результат | void |
public SetHref ( string href, |
||
href | string | |
baseUri | ||
Результат | void |
public SetItemType ( ItemType itemType ) : void | ||
itemType | ItemType | |
Результат | void |
public SetLastModified ( System.DateTime lastModified ) : void | ||
lastModified | System.DateTime | |
Результат | void |
public SetLastModified ( string lastModified ) : void | ||
lastModified | string | |
Результат | void |
public SetProperty ( Property property ) : void | ||
property | Property | |
Результат | void |
public SetProperty ( |
||
propertyName | ||
value | string | |
Результат | void |
public SetProperty ( string name, string nameSpace, string value ) : void | ||
name | string | |
nameSpace | string | |
value | string | |
Результат | void |