C# Класс ET.Obj2Schema.Attributes.RequiredAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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