C# Class Rock.Data.RockClientIncludeAttribute

Attribute so that the code generator knows to include this class even though it isn't a mapped entity
Inheritance: System.Attribute
Datei anzeigen Open project: NewSpring/Rock

Public Methods

Method Description
RockClientIncludeAttribute ( string documentationMessage ) : System.ComponentModel.DataAnnotations

Initializes a new instance of the RockClientIncludeAttribute class.

Method Details

RockClientIncludeAttribute() public method

Initializes a new instance of the RockClientIncludeAttribute class.
public RockClientIncludeAttribute ( string documentationMessage ) : System.ComponentModel.DataAnnotations
documentationMessage string The documentation message.
return System.ComponentModel.DataAnnotations