C# 클래스 Microsoft.PowerShell.GData.Dgc.GoogleProfileService

파일 보기 프로젝트 열기: robertj/GDataCmdLet 1 사용 예제들

공개 메소드들

메소드 설명
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