Click or drag to resize

RecommendationModelMapping Class

Entity mapping for the product recommendation model.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceRecommendationModelMapping

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

The RecommendationModelMapping type exposes the following members.

Constructors
 NameDescription
Public methodRecommendationModelMapping Default Constructor.
Top
Properties
 NameDescription
Public propertyAccountField Shows the account lookup field of the entity.
Public propertyAccountFieldDisplayName Account Field Display Name
Public propertyAccountFieldPickList Shows the account lookup field of the entity.
Public propertyAttributes
(Inherited from Entity)
Public propertyComponentState For internal use only.
Public propertyDataFilter Shows the data filter for the entity records.
Public propertyEntity Shows the entity used for mapping.
Public propertyEntityDisplayName Entity Display Name
Public propertyEntityPickList Shows the entity used for mapping.
Public propertyEntityState
(Inherited from Entity)
Public propertyErrorCount Number of Errors that occurred while synchronizing the entity to the recommendation service.
Public propertyExtensionData
(Inherited from Entity)
Public propertyFilterXml The data filter for the entity records used during synchronization.
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyIsManaged Is Manageed
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 propertyLogicalName
(Inherited from Entity)
Public propertyMappingType Shows the type of entity mapping.
Public propertyorganization_recommendationmodelmapping N:1 organization_recommendationmodelmapping
Public propertyOrganizationId Unique identifier of the organization associated with the entity mapping.
Public propertyOverwriteTime Date and time when the record was created.
Public propertyProductField Shows the product lookup field of the line item entity.
Public propertyProductFieldDisplayName Product Field Display Name
Public propertyProductFieldPickList Shows the product lookup field of the line item entity.
Public propertyProductLineItemRelationship Shows the product line item relationship of the entity.
Public propertyProductLineItemRelationshipDisplayName Product Line Item Relationship Display Name
Public propertyProductLineItemRelationshipPickList Shows the product line item relationship of the entity.
Public propertyrecommendationmodel_recommendationmodelmapping N:1 recommendationmodel_recommendationmodelmapping
Public propertyRecommendationModelId Unique identifier for recommendation model associated with entity mapping.
Public propertyRecommendationModelMappingId Unique identifier for the entity mapping.
Public propertyRecommendationModelMappingIdUnique Unique identifier of the entity mapping
Public propertyrecommendationmodelversion_recommendationmodelmapping N:1 recommendationmodelversion_recommendationmodelmapping
Public propertyRecommendationModelVersionId Unique identifier of the model version associated with the entity mapping.
Public propertyReferencedrecommendationmodelmapping_recommendationmodelmapping_supportedmapid 1:N recommendationmodelmapping_recommendationmodelmapping_supportedmapid
Public propertyReferencingrecommendationmodelmapping_recommendationmodelmapping_supportedmapid N:1 recommendationmodelmapping_recommendationmodelmapping_supportedmapid
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySolutionId Unique identifier of the associated solution.
Public propertySupportedMapId Unique identifier for the recommendation entity mapping associated with the basket entity mapping.
Public propertySynchronizedCount Shows the number of entity records synchronized to the Azure recommendation service.
Public propertyTimeRangeFilter Shows the time range filter for the entity records.
Public propertyTransactionField Shows the primary key field of the 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