Click or drag to resize

ProductAssociation Class

Instance of a product added to a bundle or kit.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceProductAssociation

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ProductAssociation : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The ProductAssociation type exposes the following members.

Constructors
 NameDescription
Public methodProductAssociation Default Constructor.
Top
Properties
 NameDescription
Public propertyAssociatedProduct Select a product to add to the bundle or kit.
Public propertyAttributes
(Inherited from Entity)
Public propertyCreatedBy Shows who created the record.
Public propertyCreatedOn Shows the date and time when the record was created.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDMTImportState Internal Use Only
Public propertyEntityState
(Inherited from Entity)
Public propertyExchangeRate Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency.
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Shows the data import or data migration that created this record.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_ProductAssociate_createdby N:1 lk_ProductAssociate_createdby
Public propertylk_ProductAssociation_createdonbehalfby N:1 lk_ProductAssociation_createdonbehalfby
Public propertylk_ProductAssociation_modifiedby N:1 lk_ProductAssociation_modifiedby
Public propertylk_ProductAssociation_modifiedonbehalfby N:1 lk_ProductAssociation_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Shows who last updated the record.
Public propertyModifiedOn Shows the date and time when the record was last updated.
Public propertyModifiedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyorganization_ProductAssociation N:1 organization_ProductAssociation
Public propertyOrganizationId Shows the organization associated with the record.
Public propertyOverriddenCreatedOn Shows the date and time that the record was migrated.
Public propertyProduct_ProductAssociation_AssocProd N:1 Product_ProductAssociation_AssocProd
Public propertyProduct_ProductAssociation_Prod N:1 Product_ProductAssociation_Prod
Public propertyProductAssociation_AsyncOperations 1:N ProductAssociation_AsyncOperations
Public propertyProductAssociation_DynamicProperty 1:N ProductAssociation_DynamicProperty
Public propertyProductAssociation_DynamicPropertyAssociation 1:N ProductAssociation_DynamicPropertyAssociation
Public propertyproductAssociation_invoice_details 1:N productAssociation_invoice_details
Public propertyproductAssociation_opportunity_product 1:N productAssociation_opportunity_product
Public propertyProductAssociation_PrincipalObjectAttributeAccess 1:N ProductAssociation_PrincipalObjectAttributeAccess
Public propertyProductAssociation_ProcessSessions 1:N ProductAssociation_ProcessSessions
Public propertyproductAssociation_quote_details 1:N productAssociation_quote_details
Public propertyproductAssociation_salesorder_details 1:N productAssociation_salesorder_details
Public propertyProductAssociation_SyncErrors 1:N ProductAssociation_SyncErrors
Public propertyProductAssociationId Shows the unique identifier of the product association.
Public propertyProductId Select a bundle or a kit.
Public propertyProductIsRequired Select whether the associated product is required or optional.
Public propertyPropertyCustomizationStatus Shows whether the item has properties that can be customized.
Public propertyQuantity Type the quantity of the products added to the bundle or kit.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertystatecode Shows whether the associated product is active or inactive.
Public propertystatuscode Select the associated product's status.
Public propertytransactioncurrency_ProductAssociation N:1 transactioncurrency_ProductAssociation
Public propertyTransactionCurrencyId Shows the currency associated with the record.
Public propertyunit_of_measurement_productassociation N:1 unit_of_measurement_productassociation
Public propertyUoMId Shows the unit of the product association.
Public propertyuserentityinstancedata_productassociation 1:N userentityinstancedata_productassociation
Public propertyVersionNumber Shows the version number of the product association.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAttributeValue``1
(Inherited from Entity)
Protected methodGetFormattedAttributeValue
(Inherited from Entity)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodSetAttributeValue
(Inherited from Entity)
Protected methodSetRelatedEntities``1
(Inherited from Entity)
Protected methodSetRelatedEntity``1
(Inherited from Entity)
Public methodToEntity``1
(Inherited from Entity)
Public methodToEntityReference
(Inherited from Entity)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also