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

Inheritance: CodeFirstRegistration
Exibir arquivo Open project: DanMannMann/UmbracoCodeFirst Class Usage Examples

Public Methods

Method Description
ContentTypeRegistration ( IEnumerable properties, IEnumerable tabs, IEnumerable compositions, string alias, string name, Type clrType, ContentTypeAttribute contentTypeAttribute ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
ContentTypeRegistration ( ) : System

Method Details

ContentTypeRegistration() protected method

protected ContentTypeRegistration ( ) : System
return System

ContentTypeRegistration() public method

public ContentTypeRegistration ( IEnumerable properties, IEnumerable tabs, IEnumerable compositions, string alias, string name, Type clrType, ContentTypeAttribute contentTypeAttribute ) : System
properties IEnumerable
tabs IEnumerable
compositions IEnumerable
alias string
name string
clrType System.Type
contentTypeAttribute Felinesoft.UmbracoCodeFirst.Attributes.ContentTypeAttribute
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int