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

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

공개 메소드들

메소드 설명
TabRegistration ( IEnumerable properties, string name, string originalName, ContentTabAttribute tabAttribute, Type clrType, PropertyInfo propertyOfParent ) : System

비공개 메소드들

메소드 설명
TabRegistration ( ) : System

메소드 상세

TabRegistration() 공개 메소드

public TabRegistration ( IEnumerable properties, string name, string originalName, ContentTabAttribute tabAttribute, Type clrType, PropertyInfo propertyOfParent ) : System
properties IEnumerable
name string
originalName string
tabAttribute Felinesoft.UmbracoCodeFirst.Attributes.ContentTabAttribute
clrType System.Type
propertyOfParent System.Reflection.PropertyInfo
리턴 System