Files
ayanova7/3rdprtylibs/QuickBooks/QBOnline4/Intuit.Ipp.PlatformService.XML
2018-06-29 19:47:36 +00:00

453 lines
21 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Intuit.Ipp.PlatformService</name>
</assembly>
<members>
<member name="T:Intuit.Ipp.PlatformService.PlatformConfig">
<summary>
This class contains platform serveice URLs which can be reset by users.
</summary>
</member>
<member name="F:Intuit.Ipp.PlatformService.PlatformConfig.disconnectUrl">
<summary>
The Disconnect URL.
</summary>
</member>
<member name="F:Intuit.Ipp.PlatformService.PlatformConfig.currentUserUrl">
<summary>
The Get Current User URL.
</summary>
</member>
<member name="F:Intuit.Ipp.PlatformService.PlatformConfig.reconnectUrl">
<summary>
The Reconnect URL.
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformConfig.GetDisconnectUrl">
<summary>
Get the disconnect URL.
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformConfig.SetDisconnectUrl(System.String)">
<summary>
Set the disconnect URL.
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformConfig.GetCurrentUserUrl">
<summary>
Get the current user URL.
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformConfig.SetCurrentUserUrl(System.String)">
<summary>
Set the current user URL.
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformConfig.GetReconnectUrl">
<summary>
Get the reconnect URL.
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformConfig.SetReconnectUrl(System.String)">
<summary>
Set the reconnect URL.
</summary>
</member>
<member name="T:Intuit.Ipp.PlatformService.NamespaceDoc">
<summary>
Intuit.Ipp.PlatformService is used to call Platform Service APIs such as, GetUserInfo, GetRoleInfo, GetFreeSubscriptionList, GetPaidSubscriptionList, and so forth.
</summary>
</member>
<member name="T:Intuit.Ipp.PlatformService.PlatformException">
<summary>
PlatformException class
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.PlatformException.ErrorCode">
<summary>
ErrorCode
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.PlatformException.ErrorMessage">
<summary>
ErrorMessage
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.PlatformException.ServerTime">
<summary>
ServerTime
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformException.#ctor(System.String,System.String,System.String)">
<summary>
Constructor
</summary>
</member>
<member name="T:Intuit.Ipp.PlatformService.PlatformClient">
<summary>
PlatformClient class
</summary>
</member>
<member name="T:Intuit.Ipp.PlatformService.PlatformService">
<summary>
PlatformService class
</summary>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformService.Disconnect(System.String,System.String,System.String,System.String)">
<summary>
Disconnect a user from QBO.
</summary>
<param name="consumerKey">OAuth consumerKey.</param>
<param name="consumerSecret">OAuth consumerSecret.</param>
<param name="accessToken">OAuth accessToken.</param>
<param name="accessTokenSecret">OAuth accessTokenSecret.</param>
<returns>void.</returns>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformService.ParseDisconnectResponse(System.String)">
<summary>
Parse DisconnectResponse
</summary>
<param name="response">Disconnect Response string</param>
<returns>void.</returns>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformService.GetPlatformException(System.Xml.XmlDocument,System.Xml.XmlNamespaceManager)">
<summary>
GetPlatformException
</summary>
<param name="xmldoc">xmldoc</param>
<param name="nsmgr">nameSpaceManager</param>
<returns>PlatformException</returns>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformService.Reconnect(System.String,System.String,System.String,System.String)">
<summary>
Reconnect
</summary>
<param name="xmldoc">xmldoc</param>
<param name="nsmgr">nameSpaceManager</param>
<returns>Dictionary</returns>
</member>
<member name="M:Intuit.Ipp.PlatformService.PlatformService.GetCurrentUser(System.String,System.String,System.String,System.String)">
<summary>
GetCurrentUser
</summary>
<param name="consumerKey">OAuth consumerKey.</param>
<param name="consumerSecret">OAuth consumerSecret.</param>
<param name="accessToken">OAuth accessToken.</param>
<param name="accessTokenSecret">OAuth accessTokenSecret.</param>
<returns>Dictionary</returns>
</member>
<member name="T:Intuit.Ipp.PlatformService.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.AdminsForAllProductsNotRetuned">
<summary>
Looks up a localized string similar to List of administrators for all published applications not returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.AppTokenCannotBeEmpty">
<summary>
Looks up a localized string similar to The AppToken cannot be empty..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ArgumentCannotBeNegative">
<summary>
Looks up a localized string similar to The specified argument {0} cannot be initialized with a negative value..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.AssertFederatedIdentityNotRetuned">
<summary>
Looks up a localized string similar to Federated Identity for realm not returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.CertificateError">
<summary>
Looks up a localized string similar to An error with the certificate occurs..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.CertificateNotFound">
<summary>
Looks up a localized string similar to The certificate file could not be located on disk..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.CommunicationErrorMessage">
<summary>
Looks up a localized string similar to There was an error while communicating with the Ids Server..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.EntityIdDomainNotNullMessage">
<summary>
Looks up a localized string similar to IdDomain of the entity cannot be null or empty..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.EntityIdNotNullMessage">
<summary>
Looks up a localized string similar to Id of the entity cannot be null or empty..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.EntityString">
<summary>
Looks up a localized string similar to entity.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ErrorCodeMissing">
<summary>
Looks up a localized string similar to API response without Error code element..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ErrorCodeNonNemeric">
<summary>
Looks up a localized string similar to Error code &quot;{0}&quot; not numeric!.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ErrorDetails0">
<summary>
Looks up a localized string similar to {0} (Error {1}, Detail: {2}).
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ErrorDetails1">
<summary>
Looks up a localized string similar to {0} (Error {1}).
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ErrorWithNoText">
<summary>
Looks up a localized string similar to Error {0}.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ExceptionGeneratedMessage">
<summary>
Looks up a localized string similar to Exception has been generated: {0}.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.IdDomainString">
<summary>
Looks up a localized string similar to IdDomain.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.IdsMethodNotSupportedMessage">
<summary>
Looks up a localized string similar to This method is not supported for the given entity..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.IdString">
<summary>
Looks up a localized string similar to Id.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideAccountId">
<summary>
Looks up a localized string similar to Must provide account id..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideAuthIdPseudonym">
<summary>
Looks up a localized string similar to Must provide authIdPseudonym..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideContentType">
<summary>
Looks up a localized string similar to Must provide content type..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideDbId">
<summary>
Looks up a localized string similar to Must provide database id..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideEmail">
<summary>
Looks up a localized string similar to Must provide email..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideEmailOrScreenName">
<summary>
Looks up a localized string similar to Must provide email or screen name..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideFirstName">
<summary>
Looks up a localized string similar to Must provide first name..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideKeyFilePassword">
<summary>
Looks up a localized string similar to Must provide keyFilePassword..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideKeyFilePath">
<summary>
Looks up a localized string similar to Must provide keyFilePath..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideLastName">
<summary>
Looks up a localized string similar to Must provide last name..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvidePassword">
<summary>
Looks up a localized string similar to Must provide password..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideRealmId">
<summary>
Looks up a localized string similar to Must provide realm id..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideRealmIdPseudonym">
<summary>
Looks up a localized string similar to Must provide realmIdPseudonym..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideRoleId">
<summary>
Looks up a localized string similar to Must provide role id..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideServiceProviderId">
<summary>
Looks up a localized string similar to Must provide service provider id..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideUserId">
<summary>
Looks up a localized string similar to Must provide userId..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideValidApiName">
<summary>
Looks up a localized string similar to Must provide a valid Api Name..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.MustProvideValidDbid">
<summary>
Looks up a localized string similar to Must provide a valid database id..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.NoAdminInformationReturned">
<summary>
Looks up a localized string similar to No admin information returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.NoInformationReturnedFromService">
<summary>
Looks up a localized string similar to No information returned from service..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.NoRealmReturned">
<summary>
Looks up a localized string similar to GetIDSRealm did not return realm.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.NoRoleInformationReturned">
<summary>
Looks up a localized string similar to No role information returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.NoUserInformationReturned">
<summary>
Looks up a localized string similar to No user information returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.NoUserRoleInformationReturned">
<summary>
Looks up a localized string similar to No user role information returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.PageNumberString">
<summary>
Looks up a localized string similar to pageNumber.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.PageSizeString">
<summary>
Looks up a localized string similar to pageSize.
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.PaidSubscriptionNotRetuned">
<summary>
Looks up a localized string similar to List of paid application subscriptions not returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ParameterNegativeValueMessage">
<summary>
Looks up a localized string similar to Parameter cannot have a negative value..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ParameterNotNullMessage">
<summary>
Looks up a localized string similar to Parameter cannot be null..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ParameterZeroNegativeValueMessage">
<summary>
Looks up a localized string similar to Parameter cannot be zero or negative value..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ResponseStreamNullOrEmptyMessage">
<summary>
Looks up a localized string similar to The Response Stream was null or empty..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.RetryLimitExceeded">
<summary>
Looks up a localized string similar to The action has exceeded its defined retry limit..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.ServiceContextCannotBeNull">
<summary>
Looks up a localized string similar to The Service context cannot be null..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.TrailSubscriptionNotRetuned">
<summary>
Looks up a localized string similar to List of trail application subscriptions not returned..
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.Properties.Resources.UserTextCannotBeNull">
<summary>
Looks up a localized string similar to User text cannot be null..
</summary>
</member>
<member name="T:Intuit.Ipp.PlatformService.User">
<summary>
User class for PlatfromService
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.User.FirstName">
<summary>
FirstName
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.User.LastName">
<summary>
LastName
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.User.EmailAddress">
<summary>
EmailAddress
</summary>
</member>
<member name="P:Intuit.Ipp.PlatformService.User.IsVerified">
<summary>
IsVerified
</summary>
</member>
</members>
</doc>