C# Class Rebel.Cms.Web.Model.BackOffice.Editors.DocumentTypeProperty

Inheritance: TimestampedModel
Exibir arquivo Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

DocumentTypeProperty() public method

Constructor to create a new document type property
public DocumentTypeProperty ( ) : System.ComponentModel
return System.ComponentModel

DocumentTypeProperty() public method

Constructor to setup an existing DocumentTypeProperty from a DataType
public DocumentTypeProperty ( DataType dataType ) : System.ComponentModel
dataType DataType
return System.ComponentModel

DocumentTypeProperty() public method

Constructor to setup an existing DocumentTypeProperty from a DataType
public DocumentTypeProperty ( HiveId id, DataType dataType ) : System.ComponentModel
id HiveId
dataType DataType
return System.ComponentModel

GetEditorModel() public method

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
return Rebel.Cms.Web.Model.BackOffice.PropertyEditors.EditorModel