fCraft  0.638
Custom Minecraft Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events
JetBrains.Annotations.LocalizationRequiredAttribute Class Reference

Indicates that marked element should be localized or not. More...

+ Inheritance diagram for JetBrains.Annotations.LocalizationRequiredAttribute:
+ Collaboration diagram for JetBrains.Annotations.LocalizationRequiredAttribute:

Public Member Functions

 LocalizationRequiredAttribute ()
 Initializes a new instance of the LocalizationRequiredAttribute class with Required set to .
 
 LocalizationRequiredAttribute (bool required)
 Initializes a new instance of the LocalizationRequiredAttribute class.
 
override bool Equals (object obj)
 Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
 
override int GetHashCode ()
 Returns the hash code for this instance.
 

Properties

bool Required [get, set]
 Gets a value indicating whether a element should be localized. true if a element should be localized; otherwise, false.
 

Detailed Description

Indicates that marked element should be localized or not.

Constructor & Destructor Documentation

JetBrains.Annotations.LocalizationRequiredAttribute.LocalizationRequiredAttribute ( )

Initializes a new instance of the LocalizationRequiredAttribute class with Required set to .

JetBrains.Annotations.LocalizationRequiredAttribute.LocalizationRequiredAttribute ( bool  required)

Initializes a new instance of the LocalizationRequiredAttribute class.

Parameters
requiredtrue if a element should be localized; otherwise, false.

Member Function Documentation

override bool JetBrains.Annotations.LocalizationRequiredAttribute.Equals ( object  obj)

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

Parameters
objThe object to test the value equality of.
Returns
true if the value of the given object is equal to that of the current; otherwise, false.
override int JetBrains.Annotations.LocalizationRequiredAttribute.GetHashCode ( )

Returns the hash code for this instance.

Returns
A hash code for the current LocalizationRequiredAttribute.

Property Documentation

bool JetBrains.Annotations.LocalizationRequiredAttribute.Required
getset

Gets a value indicating whether a element should be localized. true if a element should be localized; otherwise, false.


The documentation for this class was generated from the following file: