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

Mostra file Open project: robertj/GDataCmdLet Class Usage Examples

Public Methods

Method 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 method

public AppendProfileEntrys ( string xml, GDataTypes profileService, GDataTypes profileEntrys ) : GDataTypes.GDataProfileEntrys
xml string
profileService GDataTypes
profileEntrys GDataTypes
return GDataTypes.GDataProfileEntrys

CreateProfileEntry() public method

public CreateProfileEntry ( string xml, string id, GDataTypes profileService ) : GDataTypes.GDataProfileEntry
xml string
id string
profileService GDataTypes
return GDataTypes.GDataProfileEntry

CreateProfileEntrys() public method

public CreateProfileEntrys ( string xml, GDataTypes profileService ) : GDataTypes.GDataProfileEntrys
xml string
profileService GDataTypes
return GDataTypes.GDataProfileEntrys

GetAuthToken() public method

public GetAuthToken ( string adminUser, string adminPassword ) : GDataTypes.GDataProfileService
adminUser string
adminPassword string
return GDataTypes.GDataProfileService

GetProfile() public method

public GetProfile ( GDataTypes profileService, string id ) : string
profileService GDataTypes
id string
return string

GetProfiles() public method

public GetProfiles ( GDataTypes profileService, string nextPage ) : string
profileService GDataTypes
nextPage string
return string

SetProfile() public method

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
return string