Click or drag to resize

ImportMap Class

Data map used in import.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceImportMap

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

The ImportMap type exposes the following members.

Constructors
 NameDescription
Public methodImportMap Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyBusinessUnit_ImportMaps N:1 BusinessUnit_ImportMaps
Public propertyColumnMapping_ImportMap 1:N ColumnMapping_ImportMap
Public propertyCreatedBy Shows who created the record.
Public propertyCreatedOn Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy Shows who created the record on behalf of another user.
Public propertyDescription Type additional information to describe the data map, such as the intended use or data source.
Public propertyEntitiesPerFile Choose whether a data file can contain data for one or more record types.
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 propertyImportEntityMapping_ImportMap 1:N ImportEntityMapping_ImportMap
Public propertyImportMap_AsyncOperations 1:N ImportMap_AsyncOperations
Public propertyImportMap_BulkDeleteFailures 1:N ImportMap_BulkDeleteFailures
Public propertyImportMap_ImportFile 1:N ImportMap_ImportFile
Public propertyImportMap_SyncErrors 1:N ImportMap_SyncErrors
Public propertyImportMapId Unique identifier of the data map.
Public propertyImportMapType Select the type of data map to distinguish out-of-the-box data maps from custom maps.
Public propertyIsValidForImport Information about whether the data map is valid for use with data import.
Public propertyIsWizardCreated Information about whether this data map was created by the Data Migration Manager.
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_importmap_createdonbehalfby N:1 lk_importmap_createdonbehalfby
Public propertylk_importmap_modifiedonbehalfby N:1 lk_importmap_modifiedonbehalfby
Public propertylk_importmapbase_createdby N:1 lk_importmapbase_createdby
Public propertylk_importmapbase_modifiedby N:1 lk_importmapbase_modifiedby
Public propertyLogicalName
(Inherited from Entity)
Public propertyMapCustomizations Customizations XML
Public propertyModifiedBy Shows who last updated the record.
Public propertyModifiedOn Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy Shows who last updated the record on behalf of another user.
Public propertyName Type a descriptive name for the data map.
Public propertyOwnerId Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user.
Public propertyOwnerMapping_ImportMap 1:N OwnerMapping_ImportMap
Public propertyOwningBusinessUnit Business unit that owns the data map.
Public propertyOwningTeam Unique identifier of the team who owns the data map.
Public propertyOwningUser Unique identifier of the user who owns the data map.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySource Type the name of the migration source that this data map is used for.
Public propertySourceType Select the migration source type that this data map is used for.
Public propertySourceUserIdentifierForSourceCRMUserLink Source user value for source Microsoft Dynamics CRM user link.
Public propertySourceUserIdentifierForSourceDataSourceUserLink Column in the source file that uniquely identifies a user.
Public propertyStateCode Shows whether the data map is active or inactive. Inactive data maps are read-only and can't be edited.
Public propertyStatusCode Select the data map's status.
Public propertySystemUser_ImportMaps N:1 SystemUser_ImportMaps
Public propertyTargetEntity Select the name of the Microsoft Dynamics CRM record type that this data map is defined for.
Public propertyTargetUserIdentifierForSourceCRMUserLink Microsoft Dynamics CRM user.
Public propertyteam_ImportMaps N:1 team_ImportMaps
Public propertyTransformationMapping_ImportMap 1:N TransformationMapping_ImportMap
Public propertyuserentityinstancedata_importmap 1:N userentityinstancedata_importmap
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