C# Класс Rock.Web.UI.ContextAwareAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
ContextAwareAttribute ( ) : System

Initializes a new instance of the ContextAwareAttribute class.

ContextAwareAttribute ( Type entityType ) : System

Initializes a new instance of the ContextAwareAttribute class.

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

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

Initializes a new instance of the ContextAwareAttribute class.
public ContextAwareAttribute ( ) : System
Результат System

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

Initializes a new instance of the ContextAwareAttribute class.
public ContextAwareAttribute ( Type entityType ) : System
entityType System.Type Type of the entity.
Результат System