Click or drag to resize
IntuitEntity Class
Product: ALL Description: Base type of any top level Intuit Entity of small business type.
TODO: Update summary.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.DataIntuitEntity
    More...

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[SerializableAttribute]
public abstract class IntuitEntity

The IntuitEntity type exposes the following members.

Constructors
  NameDescription
Protected methodIntuitEntity
Initializes a new instance of the IntuitEntity class
Top
Properties
  NameDescription
Public propertyAttachableRef
Specifies entity name of the attachment from where the attachment was requested
Public propertyCustomField
Product: QBW Description: Custom field (or data extension). Filterable: QBW
Public propertydomain
Product: ALL Description: Domain in which the entity belongs.
Public propertyHeaderFull
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
Public propertyHeaderLite
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
Public propertyId
Product: ALL Description: Unique Identifier for an Intuit entity (object). [br /]Required for the update operation. Required: ALL Filterable: ALL
Public propertyMetaData
Product: ALL Description: Descriptive information about the entity. The MetaData values are set by Data Services and are read only for all applications.
Public propertyNameAndId
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
Public propertyOverview
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
Public propertysparse
Product: ALL Description: True if the entity representation has a partial set of elements. Output only field.
Public propertysparseSpecified
Public propertystatus
Product: ALL Description: System status of the entity. Output only field.[br /] Filterable: ALL
Public propertystatusSpecified
Public propertySyncToken
Product: ALL Description: Version number of the entity. The SyncToken is used to lock the entity for use by one application at a time. As soon as an application modifies an entity, its SyncToken is incremented; another application's request to modify the entity with the same SyncToken will fail. Only the latest version of the entity is maintained by Data Services. An attempt to modify an entity specifying an older SyncToken will fail. [br /]Required for the update operation. Required: ALL
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
Remarks
See Also
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.DataIntuitEntity
    Intuit.Ipp.DataAccount
    Intuit.Ipp.DataAttachable
    Intuit.Ipp.DataBudget
    Intuit.Ipp.DataClass
    Intuit.Ipp.DataCompany
    Intuit.Ipp.DataCompanyCurrency
    Intuit.Ipp.DataCompanyInfo
    Intuit.Ipp.DataCurrency
    Intuit.Ipp.DataCustomerMsg
    Intuit.Ipp.DataCustomerType
    Intuit.Ipp.DataCustomFieldDefinition
    Intuit.Ipp.DataDepartment
    Intuit.Ipp.DataEmailDeliveryInfo
    Intuit.Ipp.DataExchangeRate
    Intuit.Ipp.DataFixedAsset
    Intuit.Ipp.DataInventorySite
    Intuit.Ipp.DataItem
    Intuit.Ipp.DataJobType
    Intuit.Ipp.DataJournalCode
    Intuit.Ipp.DataNameBase
    Intuit.Ipp.DataPaymentMethod
    Intuit.Ipp.DataPreferences
    Intuit.Ipp.DataPriceLevel
    Intuit.Ipp.DataPriceLevelPerItem
    Intuit.Ipp.DataQbdtEntityIdMapping
    Intuit.Ipp.DataSalesRep
    Intuit.Ipp.DataShipMethod
    Intuit.Ipp.DataStatus
    Intuit.Ipp.DataSyncActivity
    Intuit.Ipp.DataTask
    Intuit.Ipp.DataTaxCode
    Intuit.Ipp.DataTaxRate
    Intuit.Ipp.DataTaxReturn
    Intuit.Ipp.DataTaxService
    Intuit.Ipp.DataTDSMetadata
    Intuit.Ipp.DataTemplateName
    Intuit.Ipp.DataTerm
    Intuit.Ipp.DataTimeActivity
    Intuit.Ipp.DataTransaction
    Intuit.Ipp.DataUOM
    Intuit.Ipp.DataUser
    Intuit.Ipp.DataUserAlert
    Intuit.Ipp.DataVendorType