C# Class Dev2.BaseTypeRequiredAttribute

Inheritance: System.Attribute
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
BaseTypeRequiredAttribute ( Type baseType ) : System

Initializes new instance of BaseTypeRequiredAttribute

Method Details

BaseTypeRequiredAttribute() public method

Initializes new instance of BaseTypeRequiredAttribute
public BaseTypeRequiredAttribute ( Type baseType ) : System
baseType System.Type Specifies which types are required
return System