C# Класс Microsoft.PowerShell.GData.Dgc.GoogleProfileService

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppendProfileEntrys ( string xml, GDataTypes profileService, GDataTypes profileEntrys ) : GDataTypes.GDataProfileEntrys
CreateProfileEntry ( string xml, string id, GDataTypes profileService ) : GDataTypes.GDataProfileEntry
CreateProfileEntrys ( string xml, GDataTypes profileService ) : GDataTypes.GDataProfileEntrys
GetAuthToken ( string adminUser, string adminPassword ) : GDataTypes.GDataProfileService
GetProfile ( GDataTypes profileService, string id ) : string
GetProfiles ( GDataTypes profileService, string nextPage ) : string
SetProfile ( GDataTypes profileService, string id, string postalAddress, string phoneNumber, string mobilePhoneNumber, string otherPhoneNumber, string homePostalAddress, string homePhoneNumber ) : string

Описание методов

AppendProfileEntrys() публичный Метод

public AppendProfileEntrys ( string xml, GDataTypes profileService, GDataTypes profileEntrys ) : GDataTypes.GDataProfileEntrys
xml string
profileService GDataTypes
profileEntrys GDataTypes
Результат GDataTypes.GDataProfileEntrys

CreateProfileEntry() публичный Метод

public CreateProfileEntry ( string xml, string id, GDataTypes profileService ) : GDataTypes.GDataProfileEntry
xml string
id string
profileService GDataTypes
Результат GDataTypes.GDataProfileEntry

CreateProfileEntrys() публичный Метод

public CreateProfileEntrys ( string xml, GDataTypes profileService ) : GDataTypes.GDataProfileEntrys
xml string
profileService GDataTypes
Результат GDataTypes.GDataProfileEntrys

GetAuthToken() публичный Метод

public GetAuthToken ( string adminUser, string adminPassword ) : GDataTypes.GDataProfileService
adminUser string
adminPassword string
Результат GDataTypes.GDataProfileService

GetProfile() публичный Метод

public GetProfile ( GDataTypes profileService, string id ) : string
profileService GDataTypes
id string
Результат string

GetProfiles() публичный Метод

public GetProfiles ( GDataTypes profileService, string nextPage ) : string
profileService GDataTypes
nextPage string
Результат string

SetProfile() публичный Метод

public SetProfile ( GDataTypes profileService, string id, string postalAddress, string phoneNumber, string mobilePhoneNumber, string otherPhoneNumber, string homePostalAddress, string homePhoneNumber ) : string
profileService GDataTypes
id string
postalAddress string
phoneNumber string
mobilePhoneNumber string
otherPhoneNumber string
homePostalAddress string
homePhoneNumber string
Результат string