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

Inheritance: CodeFirstRegistration
Afficher le fichier Open project: DanMannMann/UmbracoCodeFirst Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
ContentTypeRegistration ( ) : System

Method Details

ContentTypeRegistration() protected méthode

protected ContentTypeRegistration ( ) : System
Résultat System

ContentTypeRegistration() public méthode

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
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int