C# 클래스 Rebel.Cms.Web.Model.BackOffice.Editors.DocumentTypeProperty

상속: TimestampedModel
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

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