C# Class Rock.Attribute.InheritedAttribute

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
InheritedAttribute ( string name, string key, string description, string url, string groupType ) : System

Initializes a new instance of the InheritedAttribute class.

Method Details

InheritedAttribute() public méthode

Initializes a new instance of the InheritedAttribute class.
public InheritedAttribute ( string name, string key, string description, string url, string groupType ) : System
name string The name.
key string The key.
description string The description.
url string The URL.
groupType string Type of the group.
Résultat System