Flexberry ORM ODataService 5.2.0-beta01
Класс NewPlatform.Flexberry.ORM.ODataService.Model.DataObjectEdmMasterSettings

Metadata class for master relations. Подробнее...

Открытые члены

 DataObjectEdmMasterSettings (Type masterType)
 Initializes a new instance of the DataObjectEdmMasterSettings class. Подробнее...
 

Свойства

Type MasterType [get]
 The type of the master. Подробнее...
 
bool AllowNull [get, set]
 Is null allowed for the master. Подробнее...
 

Подробное описание

Metadata class for master relations.

Конструктор(ы)

NewPlatform.Flexberry.ORM.ODataService.Model.DataObjectEdmMasterSettings.DataObjectEdmMasterSettings ( Type  masterType)
inline

Initializes a new instance of the DataObjectEdmMasterSettings class.

Аргументы
masterTypeThe type of the master.

Полный список свойств

bool NewPlatform.Flexberry.ORM.ODataService.Model.DataObjectEdmMasterSettings.AllowNull
getset

Is null allowed for the master.

Type NewPlatform.Flexberry.ORM.ODataService.Model.DataObjectEdmMasterSettings.MasterType
get

The type of the master.