TasksToRun Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The TasksToRun type exposes the following members.
| Name | Description | |
|---|---|---|
| TasksToRun | Initializes a new instance of the TasksToRun class |
| Name | Description | |
|---|---|---|
| AccountId |
Gets or sets the account id (reseller) which is the owner of this subscription.
| |
| CompanyName |
Gets or sets the name of the company.
| |
| CreatedTime |
Gets or sets the created time.
| |
| CustomerFriendlyId |
Gets or sets the customer friendly id.
| |
| CustomerId |
Gets or sets the customer id.
| |
| DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
| Description |
Gets or sets the description.
| |
| FirstName |
Gets or sets the first name.
| |
| Id |
Gets the id.
| |
| ItemFriendlyId |
Gets or sets the item friendly id.
| |
| ItemId |
Gets or sets the item id.
| |
| ItemType |
Gets or sets the type of the item.
| |
| LastName |
Gets or sets the last name.
| |
| LastProcessingTime |
Gets or sets the last processing time.
| |
| RunCount |
Gets or sets the count of task executions.
| |
| RunTime |
Gets or sets the run time.
| |
| Status |
Gets or sets the state.
| |
| StatusLastChangeTime |
Gets or sets the status change time.
| |
| TaskType |
Gets or sets the type of the task.
|
| 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.) | |
| UpdateDataObject |
Updates the data object by merging it's properties with the properties from the current business object.
|