Click or drag to resize
LoadDataSettings Class
Defines the settings for loading data into objects
Inheritance Hierarchy
SystemObject
  CMS.DataEngineLoadDataSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class LoadDataSettings

The LoadDataSettings type exposes the following members.

Constructors
  NameDescription
Public methodLoadDataSettings(DataRow, String)
Constructor
Public methodLoadDataSettings(IDataContainer, String)
Constructor
Top
Properties
  NameDescription
Public propertyData
Object data. When object type is not specified, data may provide necessary information to select correct object type in case there are multiple candidates.
Public propertyDataIsExternal
Determines if the provided data is external data which may not be complete. If true, the loaded object loads default data before loading this data, and does not overwrite default values with null from external data.
Public propertyObjectType
Object type used by the factory to create a specific type of the object.
Public propertyThrowIfNotFound
If true, the method throws an exception in case the object type was not found. Default false
Top
See Also