Click or drag to resize

RecommendationCache Class

TemporaryImportExportParams storage for results from the Azure Recommendation service
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceRecommendationCache

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

The RecommendationCache type exposes the following members.

Constructors
 NameDescription
Public methodRecommendationCache Default Constructor.
Top
Properties
 NameDescription
Public propertyAdditionalDataRecordId Unique identifier for the record associated with the recommended item that provides additional data about the recommended item.
Public propertyAttributes
(Inherited from Entity)
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyIsRecommendationActive Indicates whether this cache item is active.
Public propertyItem
(Inherited from Entity)
Public propertyItemId Unique identifier for Product associated with recommendation cache.
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 propertyLogicalName
(Inherited from Entity)
Public propertyProduct_RecommendationCache_ItemId N:1 Product_RecommendationCache_ItemId
Public propertyProduct_RecommendationCache_RecommendedItemId N:1 Product_RecommendationCache_RecommendedItemId
Public propertyProductPriceLevel_RecommendationCache_AdditionalDataRecordId N:1 ProductPriceLevel_RecommendationCache_AdditionalDataRecordId
Public propertyRecommendationCacheId Unique identifier for entity instances
Public propertyRecommendationModel_RecommendationCache N:1 RecommendationModel_RecommendationCache
Public propertyRecommendationModelId Unique identifier for recommendation model associated with the recommendation cache.
Public propertyRecommendationRating Shows the Azure rating of the recommendation.
Public propertyRecommendationSource Indicates the source of this recommendation.
Public propertyRecommendationType Shows the type of recommendation this item represents.
Public propertyRecommendedItemId Unique identifier for the recommended product associated with the recommendation cache.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
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