EntitlementInfo Class |
Namespace: Intuit.Ipp.Data
public class EntitlementInfo
The EntitlementInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | EntitlementInfo |
Initializes a new instance of the EntitlementInfo class.
Constructor that parses XML returned by API
|
Name | Description | |
---|---|---|
![]() | AppId |
Gets the app id.
|
![]() | BetaExpirationDate |
Gets the beta expiration date.
|
![]() | CurrentFileUsage |
Gets the current file usage.
|
![]() | CurrentUsers |
Gets the current users.
|
![]() | DaysRemaining |
Gets the days remaining.
|
![]() | Entitlements |
Gets the entitlements.
|
![]() | Fee |
Gets the fee.
|
![]() | MaxUsers |
Gets the max users.
|
![]() | PlanName |
Gets the name of the plan.
|
![]() | PlanType |
Gets the type of the plan.
|
![]() | ProductId |
Gets the product id.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |