C# Class Rock.Web.UI.ContextAwareAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ContextAwareAttribute class.
public ContextAwareAttribute ( ) : System
Résultat System

ContextAwareAttribute() public méthode

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