C# Класс Rebel.Cms.Web.Model.BackOffice.Editors.DocumentTypeProperty

Наследование: TimestampedModel
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DocumentTypeProperty ( ) : System.ComponentModel

Constructor to create a new document type property

DocumentTypeProperty ( DataType dataType ) : System.ComponentModel

Constructor to setup an existing DocumentTypeProperty from a DataType

DocumentTypeProperty ( HiveId id, DataType dataType ) : System.ComponentModel

Constructor to setup an existing DocumentTypeProperty from a DataType

GetEditorModel ( ) : EditorModel

Returns the editor model for the content node based on this Doc Type property which may contain overridden Pre-Values that were specified on the Data Type

Описание методов

DocumentTypeProperty() публичный Метод

Constructor to create a new document type property
public DocumentTypeProperty ( ) : System.ComponentModel
Результат System.ComponentModel

DocumentTypeProperty() публичный Метод

Constructor to setup an existing DocumentTypeProperty from a DataType
public DocumentTypeProperty ( DataType dataType ) : System.ComponentModel
dataType DataType
Результат System.ComponentModel

DocumentTypeProperty() публичный Метод

Constructor to setup an existing DocumentTypeProperty from a DataType
public DocumentTypeProperty ( HiveId id, DataType dataType ) : System.ComponentModel
id HiveId
dataType DataType
Результат System.ComponentModel

GetEditorModel() публичный Метод

Returns the editor model for the content node based on this Doc Type property which may contain overridden Pre-Values that were specified on the Data Type
public GetEditorModel ( ) : EditorModel
Результат Rebel.Cms.Web.Model.BackOffice.PropertyEditors.EditorModel