XMLRPCStruct Object Methods
See Also Example Applies To
AddArray
AddArray - Adds an XMLRPCArray to the struct.
AddBase64
AddBase64 - Adds base64 to the struct.
AddBoolean
AddBoolean - Adds a boolean to the struct.
AddDateTime
AddDateTime - Adds a datetime to the struct.
AddDouble
AddDouble - Adds a double to the struct.
AddInteger
AddInteger - Adds an integer to the struct.
AddNil
AddNil - Adds a nil to the struct.
AddString
AddString - Adds a string to the struct.
AddStruct
AddStruct - Adds a XMLRPCStruct to the struct.
GetValueByName
GetValueByName - Returns an XMLRPCValue with the passed name.
Item
Item - Returns the XMLRPCMember at the location specified by the index.
MemberExists
MemberExists - Returns whether named member exists in the struct.
|