C# Class Rock.Attribute.InheritedAttribute

Datei anzeigen Open project: NewSpring/Rock

Public Methods

Method 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 method

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.
return System