C# Class Felinesoft.UmbracoCodeFirst.Core.Modules.TabRegistration

Inheritance: CodeFirstRegistration
Show file Open project: DanMannMann/UmbracoCodeFirst Class Usage Examples

Public Methods

Method Description
TabRegistration ( IEnumerable properties, string name, string originalName, ContentTabAttribute tabAttribute, Type clrType, PropertyInfo propertyOfParent ) : System

Private Methods

Method Description
TabRegistration ( ) : System

Method Details

TabRegistration() public method

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
return System