C# Класс Felinesoft.UmbracoCodeFirst.Core.Modules.ContentTypeRegister

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContentTypeRegister ( ContentTypeRegisterController &controller ) : System
GetContentType ( Type type ) : ContentTypeRegistration
GetContentType ( string alias ) : ContentTypeRegistration
IsRegistered ( Type type ) : bool
IsRegistered ( string alias ) : bool
TryGetContentType ( Type type, ContentTypeRegistration &registration ) : bool
TryGetContentType ( string alias, ContentTypeRegistration &registration ) : bool

Приватные методы

Метод Описание
StripProxy ( Type type ) : Type

Описание методов

ContentTypeRegister() публичный Метод

public ContentTypeRegister ( ContentTypeRegisterController &controller ) : System
controller ContentTypeRegisterController
Результат System

GetContentType() публичный Метод

public GetContentType ( Type type ) : ContentTypeRegistration
type System.Type
Результат ContentTypeRegistration

GetContentType() публичный Метод

public GetContentType ( string alias ) : ContentTypeRegistration
alias string
Результат ContentTypeRegistration

IsRegistered() публичный Метод

public IsRegistered ( Type type ) : bool
type System.Type
Результат bool

IsRegistered() публичный Метод

public IsRegistered ( string alias ) : bool
alias string
Результат bool

TryGetContentType() публичный Метод

public TryGetContentType ( Type type, ContentTypeRegistration &registration ) : bool
type System.Type
registration ContentTypeRegistration
Результат bool

TryGetContentType() публичный Метод

public TryGetContentType ( string alias, ContentTypeRegistration &registration ) : bool
alias string
registration ContentTypeRegistration
Результат bool