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

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

공개 메소드들

메소드 설명
ContentTypeRegistration ( IEnumerable properties, IEnumerable tabs, IEnumerable compositions, string alias, string name, Type clrType, ContentTypeAttribute contentTypeAttribute ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
ContentTypeRegistration ( ) : System

메소드 상세

ContentTypeRegistration() 보호된 메소드

protected ContentTypeRegistration ( ) : System
리턴 System

ContentTypeRegistration() 공개 메소드

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
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int