IEntity.CreateWithFields Method
Include Protected Members
Include Inherited Members
Creates an external item, and sets all fields of the external content type to the given values by using various options.
Overload List
Name | Description | |
---|---|---|
CreateWithFields(IFieldValueDictionary, ILobSystemInstance) | Creates an external item, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, ILobSystemInstance, OperationMode) | Creates an external item with a external system instance, a specific operation mode, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, AssociationEntityInstancesDictionary, ILobSystemInstance) | Creates an external item associated with other external items, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, Identity, ILobSystemInstance) | Creates an external item with an assigned identity, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, AssociationEntityInstancesDictionary, ILobSystemInstance, OperationMode) | Creates an external item, with a specific OperationMode object, associated with other external items, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, Identity, ILobSystemInstance, OperationMode) | Creates an external item with an assigned identity and a specific OperationMode object, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, Identity, AssociationEntityInstancesDictionary, ILobSystemInstance) | Creates an external item with a specific identity, associated with other external items, and sets all fields of the external content type to the given values with an update. | |
CreateWithFields(IFieldValueDictionary, Identity, AssociationEntityInstancesDictionary, ILobSystemInstance, OperationMode) | Creates an external item with a specific identity and OperationMode object, associated with other external item s, and sets all fields of the external content type to the given values with an update. |
Top