Skip to main content
A newer version of this page is available. .

MasterDetailFieldModel Constructors

A model, specifying the settings of a key field that defines the master-detail relationship between data tables.
Name Parameters Description
MasterDetailFieldModel(String, String, TypeSpecifics, Boolean) name, displayName, typeSpecifics, expandComplexProperties Initializes a new instance of the MasterDetailFieldModel class with the specified settings.
MasterDetailFieldModel(String, String, TypeSpecifics) name, displayName, typeSpecifics Initializes a new instance of the MasterDetailFieldModel class with the specified settings.
MasterDetailFieldModel(String, String, ElementType) name, displayName, elementType Initializes a new instance of the MasterDetailFieldModel class with the specified settings.
See Also