Click or drag to resize

Import Class

Status and ownership information for an import job.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkImport

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class Import : Entity, INotifyPropertyChanging, 
	INotifyPropertyChanged

The Import type exposes the following members.

Constructors
  NameDescription
Public methodImport
Default Constructor.
Top
Properties
  NameDescription
Public propertyAttributes (Inherited from Entity.)
Public propertyBusinessUnit_Imports
N:1 BusinessUnit_Imports
Public propertyCreatedBy
Shows who created the record.
Public propertyCreatedOn
Shows the date and time when the import was initiated.
Public propertyCreatedOnBehalfBy
Shows who created the record on behalf of another user.
Public propertyEMailAddress
Type the email address that the import completion notification must be sent to.
Public propertyEntityState (Inherited from Entity.)
Public propertyExtensionData (Inherited from Entity.)
Public propertyFormattedValues (Inherited from Entity.)
Public propertyId (Overrides Entity.Id.)
Public propertyImport_AsyncOperations
1:N Import_AsyncOperations
Public propertyImport_BulkDeleteFailures
1:N Import_BulkDeleteFailures
Public propertyImport_ImportFile
1:N Import_ImportFile
Public propertyImportId
Unique identifier of the import job.
Public propertyIsImport Obsolete.
Information about whether the source of this import job is data import or data migration.
Public propertyItem (Inherited from Entity.)
Public propertylk_import_createdonbehalfby
N:1 lk_import_createdonbehalfby
Public propertylk_import_modifiedonbehalfby
N:1 lk_import_modifiedonbehalfby
Public propertylk_importbase_createdby
N:1 lk_importbase_createdby
Public propertylk_importbase_modifiedby
N:1 lk_importbase_modifiedby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModeCode
Select whether to create or update records in Microsoft Dynamics CRM during the import job.
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 created the record on behalf of another user.
Public propertyName
Shows the name of the import job, based on the import file and the entity being imported.
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 propertyOwningBusinessUnit
Business unit that owns the import job.
Public propertyOwningTeam
Unique identifier of the team who owns the import.
Public propertyOwningUser
Unique identifier of the user who owns the import.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertySendNotification
Select whether to send a notification email message to a selected user after the import is completed.
Public propertySequence
Order in which the import was created.
Public propertyStateCode
Shows the status of the import job. By default, import jobs are active and can't be deactivated.
Public propertyStatusCode
Shows the reason code that explains the import job's status to identify the job's stage of the import processes, from transforming the data to completed.
Public propertySystemUser_Imports
N:1 SystemUser_Imports
Public propertyteam_Imports
N:1 team_Imports
Public propertyuserentityinstancedata_import
1:N userentityinstancedata_import
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
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 methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
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.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also