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
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
RockClientIncludeAttribute ( string documentationMessage ) : System.ComponentModel.DataAnnotations

Initializes a new instance of the RockClientIncludeAttribute class.

Method Details

RockClientIncludeAttribute() public méthode

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