C# 클래스 Rock.Attribute.InheritedAttribute

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
InheritedAttribute ( string name, string key, string description, string url, string groupType ) : System

Initializes a new instance of the InheritedAttribute class.

메소드 상세

InheritedAttribute() 공개 메소드

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.
리턴 System