C# Class Rock.Web.UI.ContextAwareAttribute

Inheritance: System.Attribute
Show file Open project: NewSpring/Rock

Public Methods

Method Description
ContextAwareAttribute ( ) : System

Initializes a new instance of the ContextAwareAttribute class.

ContextAwareAttribute ( Type entityType ) : System

Initializes a new instance of the ContextAwareAttribute class.

Method Details

ContextAwareAttribute() public method

Initializes a new instance of the ContextAwareAttribute class.
public ContextAwareAttribute ( ) : System
return System

ContextAwareAttribute() public method

Initializes a new instance of the ContextAwareAttribute class.
public ContextAwareAttribute ( Type entityType ) : System
entityType System.Type Type of the entity.
return System