C# 클래스 ET.Obj2Schema.Attributes.RequiredAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: etcoding/Obj2Schema

공개 메소드들

메소드 설명
RequiredAttribute ( ) : System

Initializes a new instance of the RequiredAttribute class, and sets a marked property to required.

RequiredAttribute ( bool required ) : System

Initializes a new instance of the RequiredAttribute class, and sets a marked property to the provided value.

메소드 상세

RequiredAttribute() 공개 메소드

Initializes a new instance of the RequiredAttribute class, and sets a marked property to required.
public RequiredAttribute ( ) : System
리턴 System

RequiredAttribute() 공개 메소드

Initializes a new instance of the RequiredAttribute class, and sets a marked property to the provided value.
public RequiredAttribute ( bool required ) : System
required bool
리턴 System