C# Class Dev2.LocalizationRequiredAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

LocalizationRequiredAttribute() public méthode

Initializes a new instance of the LocalizationRequiredAttribute class.
public LocalizationRequiredAttribute ( bool required ) : System
required bool true if a element should be localized; otherwise, false.
Résultat System