C# 클래스 Rock.Data.RockClientIncludeAttribute

Attribute so that the code generator knows to include this class even though it isn't a mapped entity
상속: System.Attribute
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
RockClientIncludeAttribute ( string documentationMessage ) : System.ComponentModel.DataAnnotations

Initializes a new instance of the RockClientIncludeAttribute class.

메소드 상세

RockClientIncludeAttribute() 공개 메소드

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