C# Class Microsoft.PowerShell.GData.Dgc.GoogleProfileService

Afficher le fichier Open project: robertj/GDataCmdLet Class Usage Examples

Méthodes publiques

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

Method Details

AppendProfileEntrys() public méthode

public AppendProfileEntrys ( string xml, GDataTypes profileService, GDataTypes profileEntrys ) : GDataTypes.GDataProfileEntrys
xml string
profileService GDataTypes
profileEntrys GDataTypes
Résultat GDataTypes.GDataProfileEntrys

CreateProfileEntry() public méthode

public CreateProfileEntry ( string xml, string id, GDataTypes profileService ) : GDataTypes.GDataProfileEntry
xml string
id string
profileService GDataTypes
Résultat GDataTypes.GDataProfileEntry

CreateProfileEntrys() public méthode

public CreateProfileEntrys ( string xml, GDataTypes profileService ) : GDataTypes.GDataProfileEntrys
xml string
profileService GDataTypes
Résultat GDataTypes.GDataProfileEntrys

GetAuthToken() public méthode

public GetAuthToken ( string adminUser, string adminPassword ) : GDataTypes.GDataProfileService
adminUser string
adminPassword string
Résultat GDataTypes.GDataProfileService

GetProfile() public méthode

public GetProfile ( GDataTypes profileService, string id ) : string
profileService GDataTypes
id string
Résultat string

GetProfiles() public méthode

public GetProfiles ( GDataTypes profileService, string nextPage ) : string
profileService GDataTypes
nextPage string
Résultat string

SetProfile() public méthode

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
Résultat string