C# 클래스 Felinesoft.UmbracoCodeFirst.Core.Modules.DocumentTypeRegistration

상속: ContentTypeRegistration
파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst 1 사용 예제들

공개 메소드들

메소드 설명
DocumentTypeRegistration ( IEnumerable properties, IEnumerable tabs, IEnumerable compositions, string alias, string name, Type clrType, DocumentTypeAttribute documentTypeAttribute ) : System

메소드 상세

DocumentTypeRegistration() 공개 메소드

public DocumentTypeRegistration ( IEnumerable properties, IEnumerable tabs, IEnumerable compositions, string alias, string name, Type clrType, DocumentTypeAttribute documentTypeAttribute ) : System
properties IEnumerable
tabs IEnumerable
compositions IEnumerable
alias string
name string
clrType System.Type
documentTypeAttribute Felinesoft.UmbracoCodeFirst.Attributes.DocumentTypeAttribute
리턴 System