C# Класс Dev2.LocalizationRequiredAttribute

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Equals ( object obj ) : bool

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.

GetHashCode ( ) : int

Returns the hash code for this instance.

LocalizationRequiredAttribute ( bool required ) : System

Initializes a new instance of the LocalizationRequiredAttribute class.

Описание методов

Equals() публичный метод

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
public Equals ( object obj ) : bool
obj object The object to test the value equality of.
Результат bool

GetHashCode() публичный метод

Returns the hash code for this instance.
public GetHashCode ( ) : int
Результат int

LocalizationRequiredAttribute() публичный метод

Initializes a new instance of the LocalizationRequiredAttribute class.
public LocalizationRequiredAttribute ( bool required ) : System
required bool true if a element should be localized; otherwise, false.
Результат System